From 44403309363da3212066aada3c043e45f702ce48 Mon Sep 17 00:00:00 2001 From: dongsheng Date: Wed, 15 Apr 2009 03:53:03 +0000 Subject: [PATCH] "MDL-18540, add 512 mo options to extramemeorylimit, merged from 1.9" --- admin/settings/server.php | 1 + 1 file changed, 1 insertion(+) diff --git a/admin/settings/server.php b/admin/settings/server.php index b4b124a778..8bdaa938a7 100644 --- a/admin/settings/server.php +++ b/admin/settings/server.php @@ -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'), -- 2.39.5