Jan 26
2010Fixing Wordpress Allowed Memory Size
Filed Under: Blogging, Tips & Tricks, Tutorials/How-Tos, WordPress
261 visits, 3 today
I tried upgrading to WordPress 2.9 and got this error message:
Fatal error: Allowed memory size of 33554432 bytes exhausted
To fix this memory size error, follow the instructions below:
- Open and edit the wp-settings.php file using notepad.
- Search for:
define(‘WP_MEMORY_LIMIT’, ‘32M’); - Change 32M to 64M :
define(‘WP_MEMORY_LIMIT’, ‘64M’);

Related Articles: |





