PHP memory error
[Thu Feb 02 02:04:09 2012] [error] [client 66.249.72.210] PHP Fatal error: Allowed memory size of 262144 bytes exhausted (tried to allocate 261900 bytes) in Unknown on line 0
Some help will be very appreciated!
Thanks,
JRG
6 Replies
Edit your php.ini and increase your memory limit. 256K is too low. Try 32M.
128M…
@john57:
32M is too low…
Based on what? You have no idea if 32M is too low or not without knowing what the application is doing.
That said, I think I have mine set at 64M