]> git.mjollnir.org Git - moodle.git/commitdiff
Merged increased memory limit from stable
authormoodler <moodler>
Wed, 8 Sep 2004 07:11:48 +0000 (07:11 +0000)
committermoodler <moodler>
Wed, 8 Sep 2004 07:11:48 +0000 (07:11 +0000)
lib/setup.php

index d17d43db02bf228822915caa6871262acd759231..94d30b18d1e5ca89c8d809f493640793e0468d9c 100644 (file)
@@ -75,7 +75,7 @@
 
 /// Increase memory limits if possible
 
-    @ini_set('memory_limit' , '16M');
+    @ini_set('memory_limit' , '64M');    // We should never NEED this much but just in case...
 
 
 /// Load up any configuration from the config table