Compat.php – PHP Fatal error
-
Hello all,
I’m receiving the following error:
[25-Feb-2019 15:15:47 UTC] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 268435464 bytes) in /var/www/html/blog/wp-includes/compat.php on line 181
At first I thought it had something to do with the PHP_Memory_Limit but I already raised it from 64 to 128mb then to 256mb and now to 512mb. The result remains the same and I still get the error messages. The difference is the amount it is trying to allocate. As I raise the limit so does the tried to allocate part.
In this example I had set the php_memory_limit to 256mb
[12-Feb-2019 05:15:48 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 134217736 bytes) in /var/www/html/blog/wp-includes/compat.php on line 181
Does someone have a clue about what is causing this?
- The topic ‘Compat.php – PHP Fatal error’ is closed to new replies.