PHP Fatal error: Allowed memory size of 2097152 bytes exhausted
I tried to get the help printout for:
"caTools help"
"caUtils help"
but I get the error: "PHP Fatal error: Allowed memory size of 2097152 bytes exhausted (tried to allocate 32768 bytes) in /var/www/html/ca/app/lib/Zend/Locale.php on line 1016"
I increased the memory size in app.conf
Variable: dont_use_exif_read_data_if_larger_than =
But nothing changed...
Any ideas?
Comments
Hi.
I hate when this happens. It's not a collective access specific problem. Try increasing the memory limit in PHP.
MB
).memory_limit = 256M ; Maximum amount of memory a script may consume (256MB)