操作码缓存谈话。我有运行PHP 5.3.3的WAMP服务器2.1。我正在使用apache基准测试APC在应用于我的php脚本时添加的改进。
ab -n 10 -c 5 http://localhost/mysite/index/index/
我使用php.ini中的以下设置安装了APC 3.1.6 for PHP 5.3 vc6:
extension= c:\wamp\bin\php\php5.3.3\ext\php_apc_316_php53_vc6.dll
apc.enabled=1
apc.stat=0
apc.optimization=9
apc.shm_size=30
apc.max_file_size=2
这就是我得到的:
我需要注释掉扩展行以使此测试正常运行 为什么呢?
here我的phpinfo()Apc设置
感谢
卢卡
答案 0 :(得分:1)
试试apc.max_file_size = 2M
。否则max filesize将是2个字节。