[wp-trac] Re: [WordPress Trac] #9858: Lost Dashboard - 2.8 beta Chokes on Incoming Links

WordPress Trac wp-trac at lists.automattic.com
Thu May 21 00:45:22 GMT 2009


#9858: Lost Dashboard - 2.8 beta Chokes on Incoming Links
-------------------------------+--------------------------------------------
 Reporter:  jcwinnie           |        Owner:  ryan      
     Type:  defect (bug)       |       Status:  closed    
 Priority:  normal             |    Milestone:            
Component:  Administration     |      Version:  2.8       
 Severity:  normal             |   Resolution:  worksforme
 Keywords:  reporter-feedback  |  
-------------------------------+--------------------------------------------
Changes (by DD32):

  * status:  new => closed
  * resolution:  => worksforme
  * milestone:  2.8 =>


Comment:

 That error is due to memory usage, Your host has set it to a maximum of
 32MB, however, your install seems to be requiring more than that.

 32MB is really the minimum which WordPress can operate on. Once you add in
 plugins to the mix, the usage can go through the roof. I'd suggest
 disabling plugins to see if you can find one which uses a large ammount of
 ram; or increasing the memory limit. You can also increase the memory
 limit from within your wp-config.php under some hosts, eg to make it 64MB
 limit:

 {{{
 define('WP_MEMORY_LIMIT', '64M');
 }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/9858#comment:3>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list