Hello!
First of all: Great plugin - Many thanks!
I have one problem when uploading:
I often get this error: Fatal error: Out of memory (allocated 15204352) (tried to allocate 1024 bytes) in /home/abx/wp-content/plugins/nggallery/lib/thumbnail.inc.php on line 183
Sometimes it´s working - somtimes error. Tested in FF3.01, IE6 and IE7.
Any tipps for me?
Thank you! Harald
ok i forgot:
image is jpg,
100kB large
resolution: 1024 * 869
180dpi
in php.ini:
se_memory_limit 256M
so.. seems to be no problem of server!
maierma
Member
Posted 3 years ago #
Have you tried reducing size and ressolution to make sure that the server settings are NOT the problem?
BTW, 150dpi is quite large for websites (where 72dpi is what actally is displayed), and so is 1024*869.
ok provider increased the limit for memory per prozess from 32 to 128. now it works!
->
httpd.conf - SetEnv RLIMIT_AS 128000000
httpd.conf - SetEnv RLIMIT_AS 128000000
where exactly was that changed?