mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
"MDL-18540, add 512 mo options to extramemeorylimit, merged from 1.9"
This commit is contained in:
parent
56eeebdf81
commit
4440330936
1 changed files with 1 additions and 0 deletions
|
@ -240,6 +240,7 @@ $temp->add(new admin_setting_configselect('extramemorylimit', get_string('extram
|
|||
array( '64M' => '64M',
|
||||
'128M' => '128M',
|
||||
'256M' => '256M',
|
||||
'512M' => '512M',
|
||||
'1024M' => '1024M'
|
||||
)));
|
||||
$temp->add(new admin_setting_special_selectsetup('cachetype', get_string('cachetype', 'admin'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue