Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 23484 bytes) in /var/www/scriptcase/devel/class/interface/nmApplication.class.php on line 0
This is a fresh install of SC on Ubuntu 10.04 server.
Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 23484 bytes) in /var/www/scriptcase/devel/class/interface/nmApplication.class.php on line 0
This is a fresh install of SC on Ubuntu 10.04 server.
Re: What do I do with this error?
Found the cause of the error - I had to change the memory_limit in my php.ini
Just out of curiosity, is there a rule-of-thumb as to what value to use?
Thanks,
Kevin
Re: What do I do with this error?
we set something like 256mb … 512mb …cause sometimes when you generate all the applications at once, php uses a lot of memory :-p
only in linux. windows allocate dynamically more when needed(problably a bug, if the user set to use only 16mb, was suposed to use only 16mb :-p).