While creating thumbnails, it seems to hang indefinatly on a file near 1MB ? My php memory_limit is set to 32MB.... is there any reason the script should be doing this, or is there something i can tweak?
please reply, if you can to tonhe@adelphia.net
thanks for your time,
tony
Sorry for the reply, the error log does show php running out of memory, Allowed memory size of 33554432 bytes exhausted (tried to allocate 132 bytes)
But why? Shouldnt we be handling memory better than this? Any ideas?
This is my only complaint about the script as of yet.
thats a issue with the gd library. can't do anything about it. maybe no resizing at all, but that feature hasn't made it in the gallery yet.
https://sourceforge.net/tracker/?func=detail&atid=606016&aid=874135&group_id=93916 https://sourceforge.net/forum/message.php?msg_id=2720758
Has anyone consulted the possibility of using ImageMagick instead of GD? If GD has such horrible memory management, why not?
Log in to post a comment.
While creating thumbnails, it seems to hang indefinatly on a file near 1MB ? My php memory_limit is set to 32MB.... is there any reason the script should be doing this, or is there something i can tweak?
please reply, if you can to tonhe@adelphia.net
thanks for your time,
tony
Sorry for the reply, the error log does show php running out of memory,
Allowed memory size of 33554432 bytes exhausted (tried to allocate 132 bytes)
But why? Shouldnt we be handling memory better than this? Any ideas?
This is my only complaint about the script as of yet.
thats a issue with the gd library. can't do anything about it. maybe no resizing at all, but that feature hasn't made it in the gallery yet.
https://sourceforge.net/tracker/?func=detail&atid=606016&aid=874135&group_id=93916
https://sourceforge.net/forum/message.php?msg_id=2720758
Has anyone consulted the possibility of using ImageMagick instead of GD? If GD has such horrible memory management, why not?