Skip to content

Commit

Permalink
NOBUG: Documenting CFG->extramemorylimit within config-dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Hemelryk committed Nov 17, 2010
1 parent 2846b9a commit e99033b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config-dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,15 @@
//
// $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!!!
//=========================================================================
Expand Down

0 comments on commit e99033b

Please sign in to comment.