/includes/libs/objectcache/APCBagOStuff.php on line 51 Warning: require(): Unable to allocate memory for pool. in /includes/AutoLoader.php on line 90 Warning: require(): Unable to allocate memory for pool. in 

/includes/AutoLoader.php on line 90 Warning: require(): Unable to allocate memory for pool. in 

/includes/AutoLoader.php on line 90 Warning: require(): Unable to allocate memory for pool. in 

/includes/AutoLoader.php on line 90 Warning: require(): Unable to allocate memory for pool. in 

/includes/AutoLoader.php on line 90 Warning: apc_store(): Unable to allocate memory for pool. in /includes/libs/objectcache/APCBagOStuff.php on line 51



Unable to allocate memory for pool. in 에러 해결방법 중 하나입니다.


http://www.cyberciti.biz/faq/linux-unix-php-warning-unable-to-allocate-memory-for-pool/


# vi /etc/php.d/apc.ini


apc.shm_size=96M


apc.ttl=3600
apc.user_ttl=3600
apc.gc_ttl=3600

# service httpd restart



+ Recent posts