WordPress problem with memory after upgrade
Tuesday, May 29th, 2007 - 7:55 pm - Web technology
If you are getting an error message after you have upgraded to WordPress 2.2 this is the fix that will solve the problem.
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 311296 bytes) in ...
Current memory_limit value was set to 8M
memory_limit = 8M
You should change it to:
memory_limit = 16M
Enjoy!

Of course you can increase the memory limit to higher value, for example 32MB – should be no problem if you have enough memory on the server.