Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
49084fe1
Commit
49084fe1
authored
Nov 17, 2010
by
Sam Hemelryk
Browse files
NOBUG: Fixed up docs
parent
e99033b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
config-dist.php
View file @
49084fe1
...
...
@@ -349,13 +349,12 @@ $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.
// 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
;
//
//
//=========================================================================
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment