<font color="#333333"><font><font face="arial,helvetica,sans-serif">I&#39;m not remotely as advanced as Dion, however I am 110% with you on memory usage. This will also literally &quot;crash&quot; majority of shared hosts, heck even VPS will suffer, no plugin or Theme should ever ask users to bump the memory at any times, memory limits are there for a reason ;) Just the Theme itself needs 64, what would happen if there&#39;s something more installed by user?</font></font></font><div>

<font color="#333333"><font><font face="arial,helvetica,sans-serif"><br></font></font></font></div><div><font color="#333333"><font><font face="arial,helvetica,sans-serif">Cheers,</font></font></font></div><div><font color="#333333"><font><font face="arial,helvetica,sans-serif">Emil</font></font></font></div>

<div><font color="#333333"><font><font face="arial,helvetica,sans-serif"><br></font></font></font><br><div class="gmail_quote">
On Mon, Mar 19, 2012 at 6:29 PM, Dion Hulse (dd32) <span dir="ltr">&lt;<a href="mailto:wordpress@dd32.id.au" target="_blank">wordpress@dd32.id.au</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


Unfortunately, out of memory issues can&#39;t be caught from within PHP.<br>
<br>
WordPress does attempt to increase the default memory limit to 32M for<br>
single sites, and 64M for multisite (I believe), while more intensive<br>
things such as upgrades and image manipulation increases it to 256M.<br>
<br>
There should be a few plugins related to this, but I can&#39;t see to spot<br>
any right now.. (Other than Memory Bump which attempts to increase it<br>
to 256M as a way to over come the 3.0 upgrade memory issues:<br>
<a href="http://wordpress.org/extend/plugins/memory-bump/" target="_blank">http://wordpress.org/extend/plugins/memory-bump/</a> )<br>
If your users need to increase the default memory allocation, they can<br>
ask WordPress to attempt it, but they&#39;ll need to define the<br>
WP_MEMORY_LIMIT define in their wp-config.php:<br>
<a href="http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP" target="_blank">http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP</a><br>
<br>
But yes, Memory usage is always increasing unfortunately, although,<br>
some efforts are made to reduce the memory consumption, it&#39;s not<br>
always possible, especially when many plugins are added to a site.<br>
<br>
The move from PHP4 to PHP5 increased memory consumption, The move from<br>
32bit to 64bit PHP installs also increases memory consumption, layer<br>
WordPress on top of that, and the old configuration files which have<br>
24M as the max memory that some hosts use are simply impossible (which<br>
is why WordPress attempts to increase it to 32M).<br>
For translated versions of WordPress, every additional string in the<br>
interface adds a few more kB to the memory usage, a few more bytes<br>
here and there for every additional hook/filter added, another few kB<br>
for every extra feature and bug fix..<br>
<br>
It&#39;s not going to be specific to themes (so wp-hackers might be better<br>
location for discussion) but I&#39;m sure you&#39;ll get plenty of the blame<br>
of cause when someone installed a tonne of plugins then starts<br>
fiddling with their theme and just knocks it over the limit<br>
<div><div><br>
<br>
On 20 March 2012 10:12, Bruce Wampler &lt;<a href="mailto:weavertheme@gmail.com" target="_blank">weavertheme@gmail.com</a>&gt; wrote:<br>
&gt; Hey group -<br>
&gt;<br>
&gt; My theme, Weaver II, has a big admin interface. Recently, a few of my users<br>
&gt; that also seem to use a fair number of other plugins, as well, seem to be<br>
&gt; encountering PHP out-of-memory errors (seems to be at 32Meg PHP mem limit,<br>
&gt; which seems fairly common on shared hosts). While my interface is big, it<br>
&gt; isn&#39;t that much bigger than it was 3 or 4 months ago, so it seems to me<br>
&gt; there could be a slow overall memory usage creep happening with WP and other<br>
&gt; plugins.<br>
&gt;<br>
&gt; Unfortunately, out-of-memory doesn&#39;t seem to be caught anywhere in WP, so<br>
&gt; the users end up with a white screen.<br>
&gt;<br>
&gt; Upping the memory limit to 48M or 64M consistently fixes the issue.<br>
&gt;<br>
&gt; Just wonder if my theme is hitting a wall a bit ahead of others, or if<br>
&gt; anyone else has encountered this specific problem. Just seems that if true,<br>
&gt; there could be some dark clouds on the horizon.<br>
&gt;<br>
&gt; Bruce Wampler<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; theme-reviewers mailing list<br>
&gt; <a href="mailto:theme-reviewers@lists.wordpress.org" target="_blank">theme-reviewers@lists.wordpress.org</a><br>
&gt; <a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>
&gt;<br>
_______________________________________________<br>
theme-reviewers mailing list<br>
<a href="mailto:theme-reviewers@lists.wordpress.org" target="_blank">theme-reviewers@lists.wordpress.org</a><br>
<a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>
</blockquote></div><br>
</div>