为什么eAccelerator没有缓存到硬盘?

时间:2010-03-24 23:07:54

标签: php apache caching wamp eaccelerator

当查看php.ini中的set文件夹以供eAccelerator使用时,没有任何内容。没有隐藏文件。目录也是可写的:

eaccelerator.cache_dir = "c:/wamp/tmp/eaccelerator"'

还在php.ini中进行了以下设置以允许光盘缓存:

eaccelerator.disk_size="12"
eaccelerator.keys="disk_only"
eaccelerator.sessions="disk_only"
eaccelerator.content="disk_only"

退房时出现php_info();以下内容:

Memory Size          33,554,392 Bytes
Memory Available    29,181,672 Bytes
Memory Allocated    4,372,720 Bytes 

随着正在读取的文件数量的增加,分配的RAM会增加,所以它肯定是缓存的,但是为什么它不向temp目录写任何内容?

谢谢!

1 个答案:

答案 0 :(得分:1)

你有没有选择eaccelerator.shm_only = 1? 它们可能会覆盖磁盘缓存。

请参阅此https://serverfault.com/questions/61316/eaccelerator-disk-cache-size