Memory exhausted : tenacious bug
-
Hi everyone!
Fatal error: Allowed memory size of 31457280 bytes exhausted (tried to allocate 20480 bytes)
is one of the numerous messages I get when I run a task in the admin panel just a bit more greedy in resources than usual (i.e. modify a page, install a plugin, etc).
I made the typical modifications to increase the PHP memory limit usage in wp-config.php & php.ini.It didn’t change anything. I get the same messages for many different scripts.
The curious thing is that I set the memory limit to 512M and the so called allowed memory size is stucked to 31457280 bytes.By the way, the modification of wp-config.php give me now this notice:
Notice: Constant WP_MEMORY_LIMIT already defined in /var/www/wordpress__3/wp-config.php on line 94
I know it’s not a critical bug but I am intrigued by the real meaning of “already defined”…Thanks in advance for your help, I’m out of ideas to understand what’s going on.
Léo
- The topic ‘Memory exhausted : tenacious bug’ is closed to new replies.