[wp-trac] [WordPress Trac] #9736: Memory allocation failed on category.php

WordPress Trac wp-trac at lists.automattic.com
Sat Jun 12 13:20:22 UTC 2010


#9736: Memory allocation failed on category.php
--------------------------+-------------------------------------------------
 Reporter:  matsubobo     |       Owner:  anonymous     
     Type:  enhancement   |      Status:  new           
 Priority:  lowest        |   Milestone:  Future Release
Component:  Optimization  |     Version:  2.7.1         
 Severity:  minor         |    Keywords:  needs-patch   
--------------------------+-------------------------------------------------

Comment(by mattsains):

 What if we had something like

 if num_rows * [rough estimate of memory needed per category] >
 memory_limit  then
   load only so much
 else
   go right ahead

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


More information about the wp-trac mailing list