Fahrvergnuugen
I am the law!
I've written a PHP script that is going to assemble 122,500 200x200 images together into one giant 70,000 x 70,000 image.
When the script creates the initial blank image for it to copy the smaller pieces into, it starts allocating memory. It does this until it gets to 4.0 GB of VM (I watched the thread in top). As soon as it hits 4.0GB, it errors out with this:
I tried running the same program on a windows2000 server and it ran fine Anybody have any ideas?
When the script creates the initial blank image for it to copy the smaller pieces into, it starts allocating memory. It does this until it gets to 4.0 GB of VM (I watched the thread in top). As soon as it hits 4.0GB, it errors out with this:
*** malloc: vm_allocate(size=262144) failed with 3
*** malloc[1146]: error: Can't allocate region
FATAL: emalloc(): Unable to allocate 260000 bytes
I tried running the same program on a windows2000 server and it ran fine Anybody have any ideas?