summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/copt.lib.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/include/copt.lib.php')
-rw-r--r--frontends/php/include/copt.lib.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/copt.lib.php b/frontends/php/include/copt.lib.php
index ae0d97eb..bde47dc4 100644
--- a/frontends/php/include/copt.lib.php
+++ b/frontends/php/include/copt.lib.php
@@ -304,7 +304,7 @@ if(defined('USE_PROFILING')){
}
}
- COpt::set_memory_limit('320M');
+ COpt::set_memory_limit('32M');
COpt::profiling_start('script');
}
else{