2008-09-30
wordpress memory exhaust problem
Two steps you have to follow to fix the problem
1. memory_limit = 32M ; Maximum amount of memory a script may consume (32MB)(if you are 32M, then double it to 64M)
2. in wp-settings.php at line 13, increase from 32M to 64M (if you are 32M, then double it to 64M)
The symptoms you are going to meet for memory exhaust will be like accessing blank page of wp-admin, you can not visit your theme design page(too many theme loaded), or you can not access post page. They more all link to memory exhaust problem. The reason you know that you may have too many plugins, themes or some bad coding plugin/theme.
Related posts:
- Wordpress export problem, solution and instruction As you may aware, when your xml size is over...
- How to twist wordpress plugin into wpmu sometimes, we are just so stupid that wanna directly dump...
- Support Iphone surfing and optimize for Iphone layout Thanks for the people's hard working on wordpress and you...
- jquery error in wordpress Please check <?php $metadata = has_meta($post->ID); list_meta($metadata); ?> in the...
- wordpress similar posts error fix if you get an error like this when you turn...
![[del.icio.us]](http://my.textjourney.com/eric/wp-content/plugins/bookmarkify/delicious.png)
![[Digg]](http://my.textjourney.com/eric/wp-content/plugins/bookmarkify/digg.png)
![[Facebook]](http://my.textjourney.com/eric/wp-content/plugins/bookmarkify/facebook.png)
![[Google]](http://my.textjourney.com/eric/wp-content/plugins/bookmarkify/google.png)
![[MySpace]](http://my.textjourney.com/eric/wp-content/plugins/bookmarkify/myspace.png)
![[Technorati]](http://my.textjourney.com/eric/wp-content/plugins/bookmarkify/technorati.png)
![[Twitter]](http://my.textjourney.com/eric/wp-content/plugins/bookmarkify/twitter.png)
![[Windows Live]](http://my.textjourney.com/eric/wp-content/plugins/bookmarkify/windowslive.png)
![[Yahoo!]](http://my.textjourney.com/eric/wp-content/plugins/bookmarkify/yahoo.png)
![[Email]](http://my.textjourney.com/eric/wp-content/plugins/bookmarkify/email.png)









One Response to “wordpress memory exhaust problem”