diff options
author | jim-p <jimp@pfsense.org> | 2011-01-18 11:00:33 -0500 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2011-01-18 11:00:33 -0500 |
commit | 1bbbd3dd19b6dbf60e3df8dcd496a0ccf1fb34dc (patch) | |
tree | d556c1562e385f42f7d2a2df8e24a430181ba751 /etc | |
parent | 4b08378cdf8af999fa974a1f1f90e4eef57a9ec6 (diff) | |
download | pfsense-1bbbd3dd19b6dbf60e3df8dcd496a0ccf1fb34dc.zip pfsense-1bbbd3dd19b6dbf60e3df8dcd496a0ccf1fb34dc.tar.gz |
No need to set this here, we already set it in config.inc (and it takes precedence)
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inc/config.gui.inc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/etc/inc/config.gui.inc b/etc/inc/config.gui.inc index cd38049..1a7e397 100644 --- a/etc/inc/config.gui.inc +++ b/etc/inc/config.gui.inc @@ -54,11 +54,6 @@ if($config_parsed == true) else $config_parsed = true; -// Set the memory limit to 128M. When someone has something like 500+ tunnels -// the parser needs quite a bit of ram. Do not remove this line unless you -// know what you are doing. If in doubt, check with dev@ _/FIRST/_! -ini_set("memory_limit","128M"); - /* include globals from notices.inc /utility/XML parser files */ require_once('config.lib.inc'); require_once("notices.inc"); |