mmcache

Hello

I started to use mmcache to speed up php scripts and lower the server load. But server load increased after installing mmcache. This is my conf in php.ini I set the shm size to 100mb as I have no memory problem. Is it possible it causes the load? Is it too high?

extension="/mmcache/turck-mmcache 2.4.6/modules/mmcache.so"
mmcache.shm_size="100"
mmcache.cache_dir="/tmp/mmcache"
mmcache.enable="1"
mmcache.optimizer="1"
mmcache.check_mtime="1"
mmcache.debug="0"
mmcache.filter=""
mmcache.shm_max="0"
mmcache.shm_ttl="0"
mmcache.shm_prune_period="0"
mmcache.shm_only="0"
mmcache.compress="1"

(p4 3.2 / 1gb RAM / 120gb sata hd / centos 3.3 / php 4.3.9 / cpanel latest release)

 

 

 

 

Top