From 91d39e19eff8d53ed2981bd6d7a1e160a50bdc51 Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 8 Sep 2004 07:11:48 +0000 Subject: [PATCH] Merged increased memory limit from stable --- lib/setup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/setup.php b/lib/setup.php index d17d43db02..94d30b18d1 100644 --- a/lib/setup.php +++ b/lib/setup.php @@ -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 -- 2.39.5