Out of memory errors
-
I’m getting PHP fatal errors when I try to update the user roles across all sites.
[22-Sep-2015 20:14:02] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 166137 bytes) in /var/www/html/wp-content/object-cache.php on line 146
What’s odd is that I’ve increased the memory allocation to 512M every place I can find. That includes /etc/php.ini, wp-config.php and even php.ini files within the wp-content and wp-admin folders.
[22-Sep-2015 20:26:04] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 147519 bytes) in /var/www/html/wp-content/object-cache.php on line 146
[22-Sep-2015 20:28:24] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 147519 bytes) in /var/www/html/wp-content/object-cache.php on line 146Why is the memory allocation stuck? Or does it have something to do with caching?
- The topic ‘Out of memory errors’ is closed to new replies.