From: root Date: Sun, 18 Jul 2010 02:58:10 +0000 (-0400) Subject: Decrease not-forward's memory allocation X-Git-Url: https://scripts.mit.edu/gitweb/xen.git/commitdiff_plain/3fb90b5bd5b029304fe75224fe436a96616497de Decrease not-forward's memory allocation --- diff --git a/scripts-server b/scripts-server index 889b460..cf78b72 100644 --- a/scripts-server +++ b/scripts-server @@ -19,7 +19,7 @@ machines = { 'bees-knees' : ['david-letterman', 2, 6144, 10], 'pancake-bunny' : ['conan-obrien', 2, 4096, 50], 'whole-enchilada': ['jay-leno', 1, 2048, 60], 'real-mccoy' : ['jay-leno', 2, 4096, 70], - 'not-forward' : ['jay-leno', 2, 1024, 80], + 'not-forward' : ['jay-leno', 2, 512, 80], 'old-faithful' : ['jay-leno', 2, 1024, 90], } vm = machines[machine_name]