MDL-40627 add 2G extramemorylimit option to admin UI and use the same units in config-dist.php to prevent confusion

Credit goes to Julien Boulen, thanks for spotting this.
This commit is contained in:
Petr Škoda 2013-07-20 15:02:51 +02:00
parent ffc3f5308b
commit 0a08cb4030
2 changed files with 3 additions and 2 deletions

View file

@ -392,7 +392,7 @@ $CFG->admin = 'admin';
// memory limit to something higher.
// The value for the settings should be a valid PHP memory value. e.g. 512M, 1G
//
// $CFG->extramemorylimit = '1G';
// $CFG->extramemorylimit = '1024M';
//
// Moodle 2.4 introduced a new cache API.
// The cache API stores a configuration file within the Moodle data directory and