What should the settings be in apc.ini for the cache?
What should the settings be in apc.ini for the cache? Geeks, making the world a better place |
When I google for best settings Dolphin apc.ini this forum post is at the very top of the list. I know there are people here using APC, could you please let me know what you are using for the apc.ini settings? Geeks, making the world a better place |
I think default configuration is ok, however default shared memory size may be too low - about 30Mb, you maybe want to increase it to about 100Mb: apc.shm_size = 100M However this value can't be more that system shared memory size, you can check it: cat /proc/sys/kernel/shmmax Or you will need to increase system size as well. Rules → http://www.boonex.com/terms |