I've uploaded millions of log lines into my database, and when I try to run archive.php I get this error:
As you can see I've annotated the code with the memory limit and the memory used when it dies - It doesn't appear to be the memory limit which is causing the error.
What else do I need to change to make this work?
memory_limit = 5G [2013-05-23 16:27:08] [34aaee9a] ERROR: memory_used = 4065864 The response was empty. This usually means a server error. This solution to this error is generally to increase the value of 'memory_limit' in your php.ini file. Please check you r Web server Error Log file for more details.
As you can see I've annotated the code with the memory limit and the memory used when it dies - It doesn't appear to be the memory limit which is causing the error.
What else do I need to change to make this work?