summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2008-09-05 12:20:57 +0000
committerSeth Mos <seth.mos@xs4all.nl>2008-09-05 12:20:57 +0000
commitec7f0db21693831556b9a7f2f041c39de65c9503 (patch)
tree189c3b105349b4f7e2aa6139ccc3161beff4cead /etc/rc.bootup
parent0fa1cc579c5fe89156f20e29ce983539e18ffd5a (diff)
downloadpfsense-ec7f0db21693831556b9a7f2f041c39de65c9503.zip
pfsense-ec7f0db21693831556b9a7f2f041c39de65c9503.tar.gz
Move the ini_set() to bump the PHP memory limit to 32MB into config.inc
which is the first place this will trigger the memory limit.
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index cbf474d..4ce4d5e 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -32,7 +32,6 @@
*/
echo " done.\n";
- ini_set("memory_limit","32M");
echo "Initializing...";
echo ".";
require_once("/etc/inc/globals.inc");
OpenPOWER on IntegriCloud