My site is presenting memory errors
-
I have a site with W3TC and a Memory Limit set in 512M, however sometimes I’m getting this kind of errors in wp-content/debug.log:
[25-Jan-2019 14:16:26 UTC] PHP Fatal error: Out of memory (allocated 4194304) (tried to allocate 65536 bytes) in C:\xampp\htdocs\wp-includes\plugin.php on line 453
[25-Jan-2019 14:16:28 UTC] PHP Fatal error: Out of memory (allocated 4194304) (tried to allocate 32768 bytes) in C:\xampp\htdocs\wp-includes\class-phpmailer.php on line 3578
[25-Jan-2019 14:16:28 UTC] PHP Fatal error: Out of memory (allocated 4194304) (tried to allocate 32768 bytes) in C:\xampp\htdocs\wp-content\plugins\w3-total-cache\Util_Content.php on line 1
[25-Jan-2019 14:16:28 UTC] PHP Fatal error: Unknown: Cannot use output buffering in output buffering display handlers in Unknown on line 0
[25-Jan-2019 14:16:29 UTC] PHP Fatal error: Out of memory (allocated 2097152) (tried to allocate 2963816 bytes) in C:\xampp\htdocs\wp-content\plugins\w3-total-cache\lib\Minify\Minify\HTML.php on line 111The files involved in these errors are not the same everytime, but the errors are always the same, “Out of memory” AND “Cannot use output buffering…”. First I thought it could be a memory problem, however as I mentioned in the beginning, the memory limit is set in 512, I think it’s high, so I don’t know exactly what could be causing these errors. If you could guide me, I’ll appreciate it.
- The topic ‘My site is presenting memory errors’ is closed to new replies.