Hi Lydia<br><br>It looks like a problem with APC Cahce engine <a href="http://pecl.php.net/bugs/bug.php?id=16966">http://pecl.php.net/bugs/bug.php?id=16966</a> when cache is out of limits.<br><pre class="note">This bug is reproduced for me only when cache is almost full and badly
fragmented. It this case APC can&#39;t allocate large enough block for
caching a new file.</pre>
<br>First of all in production environment php must be set not to display errors (in php.ini file of the server), only to write them to log file.  Hiding these will work, except no caching. From the bug report above try setting<br>

<pre class="note">apc.ttl=0
apc.shm_size=larger_cache_size<br><br><font size="2">restart apache</font>, and hopefully it will work<br><br>p.s. I haven&#39;t dealt with such APC problem in real file. Advice is based bug report. <br></pre><br><br><div class="gmail_quote">

On 18 March 2011 10:53, Lydia Pintscher <span dir="ltr">&lt;<a href="mailto:lydia@kde.org">lydia@kde.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Heya :)<br>
<br>
Drupal and MediaWiki on <a href="http://amarok.kde.org" target="_blank">amarok.kde.org</a> seem broken. There are a lot of<br>
 &quot;unable to allocate memory for pool&quot; messages.<br>
Can you please check?<br>
<br>
<br>
Thanks<br>
Lydia<br>
<br>
--<br>
<font color="#888888">Lydia Pintscher<br>
Amarok community manager<br>
<a href="http://kde.org" target="_blank">kde.org</a> - <a href="http://amarok.kde.org" target="_blank">amarok.kde.org</a> - <a href="http://kubuntu.org" target="_blank">kubuntu.org</a><br>
<a href="http://claimid.com/nightrose" target="_blank">claimid.com/nightrose</a><br>
_______________________________________________<br>
Amarok-devel mailing list<br>
<a href="mailto:Amarok-devel@kde.org">Amarok-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/amarok-devel" target="_blank">https://mail.kde.org/mailman/listinfo/amarok-devel</a><br>
</font></blockquote></div>