summaryrefslogtreecommitdiffstats
path: root/etc/inc/system.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-03-12 21:03:10 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-03-12 21:03:10 +0000
commit9059473d05c90712adc7f5b13693d317752b2ef6 (patch)
treeabfb270b5c29eeb87d6c94fb8d1d119f5da78177 /etc/inc/system.inc
parent2a59483dc986053d84d110400ca5c57e01f7b966 (diff)
downloadpfsense-9059473d05c90712adc7f5b13693d317752b2ef6.zip
pfsense-9059473d05c90712adc7f5b13693d317752b2ef6.tar.gz
Increase default cache size to 10 megabytes to make wraps happy again Noticed-and-prodded-by: 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 9f8e100..e22f5bd 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=\"7\"\n";
+ $opcode_cacher .= "apc.shm_size=\"10\"\n";
} else {
$opcode_cacher = "";
}
OpenPOWER on IntegriCloud