64-bit performance problem?
Posted: 2009-07-30T13:30:58-07:00
Hi,
I am running convert on Ubuntu 8.10 server x64 on a PDF to tif.
The .pdf is over 2MB in size. On my Ubuntu 8.04 desktop (on a laptop) it takes about 2-3 seconds, but on my Ubuntu 8.10 server it takes like 3 minutes. My server is bare bones. I tried it on two different hardware configs and its still really slow.
I'm going to try and compile it from source on the x64 server and see if it makes a difference.
Why would I see this drastic difference?
thanks,
I am running convert on Ubuntu 8.10 server x64 on a PDF to tif.
Code: Select all
convert 11358a48-556d-41b4-a559-c07921c087c8/1748a2d8-52e0-4a5e-b493-8d80ba6023db.pdf -type grayscale -compress group4 -density 300 11358a48-556d-41b4-a559-c07921c087c8/d7e95c46-f19b-48f9-a862-44118ef42863.tif
I'm going to try and compile it from source on the x64 server and see if it makes a difference.
Why would I see this drastic difference?
thanks,