Skip to content

Commit

Permalink
NOBUG: Fixed up docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Hemelryk committed Nov 17, 2010
1 parent e99033b commit 49084fe
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions config-dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -349,13 +349,12 @@
//
// $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.
// When Moodle is about to perform an intensive operation it raises PHP's memory
// limit. The following setting should be used on large sites to set the raised
// memory limit to something higher.
// The value for the settings should be a valid PHP memory value. e.g. 512M, 1G
//
// $CFG->extramemorylimit = true;
// $CFG->extramemorylimit = 1G;
//
//
//=========================================================================
Expand Down

0 comments on commit 49084fe

Please sign in to comment.