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.

Rating: 6.0/10 (12 votes cast)

Related posts:

  1. Wordpress export problem, solution and instruction As you may aware, when your xml size is over...
  2. How to twist wordpress plugin into wpmu sometimes, we are just so stupid that wanna directly dump...
  3. Support Iphone surfing and optimize for Iphone layout Thanks for the people's hard working on wordpress and you...
  4. jquery error in wordpress Please check <?php $metadata = has_meta($post->ID); list_meta($metadata); ?> in the...
  5. wordpress similar posts error fix if you get an error like this when you turn...

One Response to “wordpress memory exhaust problem”

  1. 1
    Wordpress export problem, solution and instruction | Live Free Or Die Says:
    September 30th, 2008 at 9:37 am

    [...] issue. What you may wanna do is to increase your memory allocated to your site.  Please refere to http://my.textjourney.com/eric.....t-problem/ This will tell you how. Close Bookmark and Share This Page Save to Browser Favorites / [...]

Leave a Reply

Preview:

Tags:
Separate individual tags by commas