summaryrefslogtreecommitdiffstats
path: root/etc/inc/system.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-03-13 03:47:56 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-03-13 03:47:56 +0000
commit5b4a95281be096e7d14a90fb104e2685033f269e (patch)
tree6500a439d1ca19e417bf7cd4ae7072533f0a85df /etc/inc/system.inc
parent37b16f20eadfd3f330cfe42414bf38dc65277a35 (diff)
downloadpfsense-5b4a95281be096e7d14a90fb104e2685033f269e.zip
pfsense-5b4a95281be096e7d14a90fb104e2685033f269e.tar.gz
8 is even faster for apc cache according to Holger.
Diffstat (limited to 'etc/inc/system.inc')
-rw-r--r--etc/inc/system.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index 3d13451..8f6e4ec 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -45,7 +45,7 @@ function opcode_cache_configuration() {
$opcode_cacher = "extension=apc.so\n";
$opcode_cacher .= "apc.enabled=\"1\"\n";
$opcode_cacher .= "apc.enable_cli=\"1\"\n";
- $opcode_cacher .= "apc.shm_size=\"10\"\n";
+ $opcode_cacher .= "apc.shm_size=\"8\"\n";
} else {
$opcode_cacher = "";
}
OpenPOWER on IntegriCloud