[wp-trac] [WordPress Trac] #21098: Out of memory errors in XML-RPC
WordPress Trac
wp-trac at lists.automattic.com
Sun Jul 1 22:58:49 UTC 2012
#21098: Out of memory errors in XML-RPC
---------------------------------+------------------------------
Reporter: koke | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: XML-RPC | Version: 3.4
Severity: major | Resolution:
Keywords: mobile dev-feedback |
---------------------------------+------------------------------
Comment (by nacin):
We're at the point in WordPress where on certain setups, we're very much
pushing our default 32MB limit. And, as maxcutler says, this is mostly due
to included code, and there isn't an incredible amount we can do here
aside from lazy-loading more of it (which can break things) or autoloading
code (which is not great in PHP 5.2). So, it is possibly time to consider
bumping that number. Because of this, more and more of our code requests a
much higher memory limit, which is currently 256MB. This is probably
something to consider for XML-RPC requests.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/21098#comment:17>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list