Mailinglist Archive: opensuse (1468 mails)
| < Previous | Next > |
Re: [opensuse] Ghostscript (PS->PDF) Terrible Performance Under 11.1 Compared To 10.3
- From: Adam Tauno Williams <awilliam@xxxxxxxxxxxxx>
- Date: Wed, 03 Jun 2009 16:26:37 -0400
- Message-id: <1244060797.5311.42.camel@linux-m3mt>
looks like gs is writing out the resulting pdf and this seemsBoth machines (10.3 vs 11.1) are identical; they are virtual machines
to take some time ... btw: how fast is your disk.
on ESX servers connected to an EMC SAN.
Try out to use /dev/null as OutputFile, does this go faster?Will test.
You may also replace
-c .setpdfwrite
with
-dCompressFonts=true -dMaxInlineImageSize=0 -c '.setpdfwrite 300000000
setvmthreshold'
if you have enough memory available in your system.
I let -
time /usr/bin/gs -dSAFER -dCompatibilityLevel=1.2 -q -dNOPAUSE -dBATCH
-sDEVICE=pdfwrite -sOutputFile=file.pdf -dSAFER -dCompressFonts=true
-dMaxInlineImageSize=0 -c '.setpdfwrite 300000000 setvmthreshold' -f
file.ps
- run for 233 minutes, then I started (to /dev/null) -
time /usr/bin/gs -dSAFER -dCompatibilityLevel=1.2 -q -dNOPAUSE -dBATCH
-sDEVICE=pdfwrite -sOutputFile=/dev/null -dSAFER -dCompressFonts=true
-dMaxInlineImageSize=0 -c '.setpdfwrite 300000000 setvmthreshold' -f
file.ps
- and let that run for 102 minutes. Neither finished.
This just seems insane.
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |