Out of memory with very large montage
Posted: 2011-01-20T02:45:07-07:00
Hi all !
We are trying to run this command that tiles about 4000 images ( 600x600 pixels each) into a very large image, but it fails.
The -debug cache gives me this information (last 2 lines) :
Can I change something in the "-limit" settings for this command to complete ?
Computer is running WinXP (32 bits) with 2GB RAM and 2GB pagefile.
Thanks a lot !
We are trying to run this command that tiles about 4000 images ( 600x600 pixels each) into a very large image, but it fails.
Code: Select all
montage tiles_*.png -geometry 600x600+0+0 --with-quantum-depth=8 -limit memory 1GB -limit map 2GB -tile 78x large.png
Code: Select all
2011-01-20T10:27:58+01:00 9:50.103 226.153u 6.6.2 Cache Magick[1548]: cache.c/DestroyPixelCache/1601/Cache
destroy
Magick: Memory allocation failed `Not enough space' @ fatal/image.c/AcquireImageInfo/291.
Computer is running WinXP (32 bits) with 2GB RAM and 2GB pagefile.
Thanks a lot !