staff Verified User Joined Sep 19, 2007 Messages 114 Location France May 1, 2012 #1 Hello, I regularly errors of this type: Code: Unable to allocate memory for pool I have to restart Apache for this error disappear how to fix it?Sorry speaks very little English I am French Thank you
Hello, I regularly errors of this type: Code: Unable to allocate memory for pool I have to restart Apache for this error disappear how to fix it?Sorry speaks very little English I am French Thank you
zEitEr Super Moderator Joined Apr 11, 2005 Messages 15,395 Location www.poralix.com May 1, 2012 #2 Hello, Open your apc.php in a browser and see whether you have free memory for your APC. If no, then you might need to give some more in apc.shm_size and restart Apache.
Hello, Open your apc.php in a browser and see whether you have free memory for your APC. If no, then you might need to give some more in apc.shm_size and restart Apache.
zEitEr Super Moderator Joined Apr 11, 2005 Messages 15,395 Location www.poralix.com May 1, 2012 #3 Or try to disable it Code: php_flag apc.cache_by_default Off