Merged from MOODLE_14_STABLE moodle--eduforge--1.3.3--patch-335 Now memory_limit can be overriden by higher config settings from php.ini, commandline, httpd.conf, .htaccess

This commit is contained in:
martinlanghoff
2004-11-18 02:55:06 +00:00
parent 0c3e818cb1
commit bce7197321
6 changed files with 57 additions and 5 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ global $THEME;
/// Increase memory limits if possible
@ini_set('memory_limit' , '64M'); // We should never NEED this much but just in case...
raise_memory_limit('64M'); // We should never NEED this much but just in case...
/// Load up any configuration from the config table