Dashboard
About
Why Linux
Shell Scripts
Various
Linux distributions
UNIX family OS
Web Server monitoring tools
Contact
Showing posts with label
include() unable to allocate memory for pool
.
Show all posts
Showing posts with label
include() unable to allocate memory for pool
.
Show all posts
Monday, April 14, 2014
CentOS / RHEL / fedora - Apache error - include() unable to allocate memory for pool
Add line in httpd.conf
php_flag apc.cache_by_default Off
Add line in php.ini
apc.enabled = 0
Restart httpd
# service httpd restart