APC settings for Dolphin?

What should the settings be in apc.ini for the cache?

Geeks, making the world a better place
Quote · 31 Jan 2014

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
Quote · 3 Feb 2014

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
Quote · 4 Feb 2014
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.