Revision 1bbbd3dd
Added by Jim Pingle over 14 years ago
etc/inc/config.gui.inc | ||
---|---|---|
54 | 54 |
else |
55 | 55 |
$config_parsed = true; |
56 | 56 |
|
57 |
// Set the memory limit to 128M. When someone has something like 500+ tunnels |
|
58 |
// the parser needs quite a bit of ram. Do not remove this line unless you |
|
59 |
// know what you are doing. If in doubt, check with dev@ _/FIRST/_! |
|
60 |
ini_set("memory_limit","128M"); |
|
61 |
|
|
62 | 57 |
/* include globals from notices.inc /utility/XML parser files */ |
63 | 58 |
require_once('config.lib.inc'); |
64 | 59 |
require_once("notices.inc"); |
Also available in: Unified diff
No need to set this here, we already set it in config.inc (and it takes precedence)