NOBUG: Documenting CFG->extramemorylimit within config-dist

This commit is contained in:
Sam Hemelryk
2010-11-17 06:57:22 +00:00
parent 2846b9a6a2
commit e99033b059
+9
View File
@@ -349,6 +349,15 @@ $CFG->admin = 'admin';
//
// $CFG->lang = 'yourlangcode'; // for example 'cs'
//
// When Moodle is about to perform an intensive operation it sets a memory limit
// it thinks is suitable for the required operation. The following settings should
// be turned on for large sites and is used to ensure that the memory limit is
// only raised if the current memory limit is lower than the currently set memory
// limit in PHP.
//
// $CFG->extramemorylimit = true;
//
//
//=========================================================================
// 8. SETTINGS FOR DEVELOPMENT SERVERS - not intended for production use!!!
//=========================================================================