Saturday 26 June 2010

Mysql Error in accept: Cannot allocate memory

If you encounter this error: [ERROR] Error in accept: Cannot allocate memory

Then open your php.ini file and try to set higher values, to:

memory_limit = 64M
max_execution_time = 60
max_input_time = 90

No comments:

Post a Comment