Hi,

I've got a problem with setting the memory limit in php.ini.

I have
memory_limit = 1024M      ;
set in php.ini

Checking with phpinfo says I have

memory_limit 1024M 1024M 

However when uploading a large file I get

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to 
allocate 81439166 bytes) 

(ie it seems I only have 128M available).

There's plenty of RAM on the server.

Any ideas?
-- 
Graham Drabble
http://www.drabble.me.uk/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to