summaryrefslogtreecommitdiffstats
path: root/apc.ini
diff options
context:
space:
mode:
Diffstat (limited to 'apc.ini')
-rw-r--r--apc.ini5
1 files changed, 3 insertions, 2 deletions
diff --git a/apc.ini b/apc.ini
index 9827dc2..eb84112 100644
--- a/apc.ini
+++ b/apc.ini
@@ -6,7 +6,7 @@ extension = apc.so
; This can be set to enable the APC opcode cache
-; Don't set this option if another opcode cache is enabled
+; WARNING: don't set this option if another opcode cache is enabled
apc.enable_opcode_cache=0
; This can be set to 0 to disable APC.
@@ -16,7 +16,8 @@ apc.enable_opcode_cache=0
apc.shm_size=64M
; The shared memory size reserved for strings, with M/G suffixe
-apc.shm_strings_buffer=8M
+; WARNING: only enable this buffer if you don't use Zend Opcache
+apc.shm_strings_buffer=0
; A "hint" about the number of distinct source files that will be included or
; requested on your web server. Set to zero or omit if you are not sure;