summaryrefslogtreecommitdiffstats
path: root/usr/local/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-08-29 03:09:45 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-08-29 03:09:45 +0000
commit601ff0402e1a09c1fcbada19e98fe80c9e052704 (patch)
tree106e78455223c30c1553adff1d5a6ca7112e9b28 /usr/local/etc
parentff17efe329f5970699dd49841022ef3b0d909141 (diff)
downloadpfsense-601ff0402e1a09c1fcbada19e98fe80c9e052704.zip
pfsense-601ff0402e1a09c1fcbada19e98fe80c9e052704.tar.gz
Use default shm size
Diffstat (limited to 'usr/local/etc')
-rw-r--r--usr/local/etc/php.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/local/etc/php.ini b/usr/local/etc/php.ini
index 5f68216..c6aea62 100644
--- a/usr/local/etc/php.ini
+++ b/usr/local/etc/php.ini
@@ -10,5 +10,6 @@ html_errors = Off
include_path = ".:/etc/inc:/usr/local/www:/usr/local/captiveportal:/usr/local/pkg"
apc.enabled="1"
apc.enable_cli="1"
-apc.shm_size="3"
+apc.shm_size="30"
+apc.optimization="1"
extension=apc.so \ No newline at end of file
OpenPOWER on IntegriCloud