summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-10-17 20:52:57 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-10-17 20:52:57 +0000
commit33082c49acbb47881d8a2065028c979fe8a96901 (patch)
tree01d38bc8ad96e64ab95181b2bd3430c65c0c9a27 /etc/inc
parent9d0b14e07625cbd77f3f8a23b93900734f8d8bad (diff)
downloadpfsense-33082c49acbb47881d8a2065028c979fe8a96901.zip
pfsense-33082c49acbb47881d8a2065028c979fe8a96901.tar.gz
Change APC caching size to 5 megabytes. php.ini is generated from system.inc on bootup now.
Diffstat (limited to 'etc/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 6788cc5..f225166 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=\"30\"\n";
+ $opcode_cacher .= "apc.shm_size=\"5\"\n";
} else {
$opcode_cacher = "";
}
OpenPOWER on IntegriCloud