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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user