ImageToBlob memory usage 32bit vs. 64bit
Posted: 2007-11-13T15:46:04-07:00
An RMagick user is reporting significantly larger memory usage when running on a 64-bit server vs. a 32-bit server. I believe these are both Intel machines running some flavor of Linux. The method that appears to be sucking up all the memory is ImageToBlob. With a 2000x1000 image in GIF format, the ImageToBlob method uses 2 1/2 times as much memory on the 64-bit machine. The user has configured ImageMagick to use QuantumDepth=8 on both machines.
While I would expect some small change just to account for 64-bit pointers, I would guess that the common quantum depth would make the image roughly the same size.
Do you have any insight into this problem? Any questions I should ask the user to help understand the problem?
While I would expect some small change just to account for 64-bit pointers, I would guess that the common quantum depth would make the image roughly the same size.
Do you have any insight into this problem? Any questions I should ask the user to help understand the problem?