Commit 8ca337c9 authored by Franco Fichtner's avatar Franco Fichtner

rc: raise memory limit by 50%, some crash reports trigger this

parent f7e92beb
......@@ -47,7 +47,7 @@ magic_quotes_gpc = Off
max_execution_time = 900
max_input_time = 1800
max_input_vars = 5000
memory_limit = 256M
memory_limit = 384M
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