Fatal error: Out of memory (allocated 66322432…
-
I know there are lots of posts about this subject, but none of the solutions proposed has solved my problem till now.
I have a site (www.elespectadorimaginario.com) with 15 active plugins, all of them necessary for the site. Whenever I try to activate one more plugin I get this error, and everything goes wrong, so I need to disable all plugins through PHPMyAdmin and start again. Until recently the site was running fine with 17 active plugins.
I’m in a VPS with 2GB RAM. I’ve set my memory_limit to 512M (when I run phpinfo() inside this particular domain this is the info I get). There seems to be something inside WordPress limiting the memory, but I can’ figure out what it is. I wrote this line in wp-config.php file:define ('WP_MEMORY_LIMIT', '512M');
, I even edited the default-constants.php file to increase WP_MEMORY_LIMIT.
Nothing of this works. I still get the same error, or something similar.
Any possible help?
- The topic ‘Fatal error: Out of memory (allocated 66322432…’ is closed to new replies.