summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2013-04-22 20:30:22 +0000
committerErmal <eri@pfsense.org>2013-04-22 20:30:22 +0000
commitabb87c266822567661970765fc08e26367564cf8 (patch)
tree8ea1a23a5bd2fec6cbfb5db4eaf846c2707d4c14 /etc/rc.bootup
parente5b89d371fddc651e5935d40fcef141c554eb6cd (diff)
downloadpfsense-abb87c266822567661970765fc08e26367564cf8.zip
pfsense-abb87c266822567661970765fc08e26367564cf8.tar.gz
Disable apc during bootup since its useless anyway and just consumes memory uselessly
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 21ce91c..02897f6 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -1,5 +1,7 @@
#!/usr/local/bin/php -f
<?php
+ini_set('apc.enabled', '0');
+
/* $Id$ */
/*
rc.bootup
OpenPOWER on IntegriCloud