PHP Memory limit is exhausted
-
Hello, I am having an issue with my website at the moment which previously I was not able to notice. I saw a lot of lines in the error_log with this:
PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in …./public_html/wp-includes/meta.php on line 1078
I saw that on line 1078 in meta.php there is this:
// Add a value to the current pid/key.
$cache[ $mpid ][ $mkey ][] = $mval;I am not able to understand what exactly this is…
I have not made any changes with the website recently and neither I was upadating plugins. I’ve noticed that when someone publishes a post in some cases the memory limit is exhausted. I am not sure what exactly is causing the issue and which of the scripts is taking so much memory… Is there a way to determine which script is using the memory and causing the fatal error?
- The topic ‘PHP Memory limit is exhausted’ is closed to new replies.