Thank you.
--disable-openmp has helped a lot.
Performance is now much more reasonable. Still looks a bit slow compared to my Windows box but this is something I can live with quite happily.
Search found 4 matches
- 2011-10-01T19:21:43-07:00
- Forum: Bugs
- Topic: Major performance problem...
- Replies: 4
- Views: 10148
- 2011-10-01T13:31:10-07:00
- Forum: Bugs
- Topic: Major performance problem...
- Replies: 4
- Views: 10148
Major performance problem...
I have simple Perl/ImageMagick script that runs nicely on my Windows box. However, when run on my CentOS server the performance is horrible. Each execution requires around 120MB of memory and 2.5 seconds of CPU. It consumes about one tenth of those resources under Windows (much more reasonable). Any ...
- 2011-05-12T11:46:24-07:00
- Forum: PerlMagick
- Topic: Help with major (installation) problem...
- Replies: 2
- Views: 12861
Re: Help with major (installation) problem...
Thank you kind sir!
- 2011-05-12T11:14:09-07:00
- Forum: PerlMagick
- Topic: Help with major (installation) problem...
- Replies: 2
- Views: 12861
Help with major (installation) problem...
The following program works fine on my Windows system. use Image::Magick; $image = Image::Magick->new; $image->Set(size=>'100x100'); $err = $image->ReadImage('canvas:white'); print "err=$err\n"; On my Linux/CentOS machine it produces: err=Exception 435: unable to open image `canvas:white': No such ...