标签: APC

PHP Unable to allocate memory for pool错误

这几天为Web服务器上PHP安装了APC扩展,最近老是提示Warning: require_once() [function.require-once]: Unable to allocate memory for pool.在网上Google了一下,原来是我为APC扩展分配的cache空间满了
搜索到的解决方法:
1. apc增大 apc.shm_size ,比如,从默认的30M 变成256M
2. 隐藏PHP的Warning 报警

当然啦,前者是王道,后者是诡道。

我的解决方法如下:[……]

阅读全文»

鄂ICP备13000209号-1

鄂公网安备 42050602000277号