Commit 51463d3f authored by Franco Fichtner's avatar Franco Fichtner

mvc: apply larger memory limit here too; closes #1032

(cherry picked from commit 1de9a183)
parent ebe28588
......@@ -27,13 +27,6 @@
POSSIBILITY OF SUCH DAMAGE.
*/
/*
* Set the memory limit. 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.
*/
ini_set('memory_limit', '256M');
/* include globals from notices.inc /utility/XML parser files */
require_once('config.lib.inc');
......
......@@ -99,6 +99,7 @@ magic_quotes_gpc = Off
max_execution_time = 900
max_input_time = 1800
max_input_vars = 5000
memory_limit = 256M
register_argc_argv = On
register_long_arrays = Off
variables_order = "GPCS"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment