Increase memory limit to cover some sites with too many modules etc ...

We should never hit this limit ...
This commit is contained in:
moodler
2004-09-08 07:10:34 +00:00
parent a2b8c47446
commit 527ef6b490
+1 -1
View 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