[wp-trac] [WordPress Trac] #13847: WP increasing the memory above other server limit

WordPress Trac wp-trac at lists.automattic.com
Tue Mar 22 12:00:28 UTC 2011


#13847: WP increasing the memory above other server limit
----------------------------+-----------------------------
 Reporter:  priitsalumaa    |       Owner:  westi
     Type:  defect (bug)    |      Status:  accepted
 Priority:  normal          |   Milestone:  Future Release
Component:  Administration  |     Version:  3.0
 Severity:  normal          |  Resolution:
 Keywords:  has-patch       |
----------------------------+-----------------------------

Comment (by hakre):

 '''Overview of patches:'''

 The following patches are working against current trunk and are covering
 all memory_limit locations with the '256M' value:

         * [attachment:13847.2.patch] - '256M' replaced with
 WP_MAX_MEMORY_LIMIT constant
         * [attachment:13847.6.patch] - '256M' fully filtered through
 'admin_memory_limit' and 'image_memory_limit'
         * [attachment:13847.4.patch] - '256M' replaced with constant AND
 fully filtered (so two in one)

 Using a constant will make the memory limit configure-able.

 Using a filter will make the memory limit control-able by plugins.

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


More information about the wp-trac mailing list