]> scripts.mit.edu Git - xen.git/commitdiff
Decrease not-forward's memory allocation
authorroot <root@jay-leno.mit.edu>
Sun, 18 Jul 2010 02:58:10 +0000 (22:58 -0400)
committerroot <root@jay-leno.mit.edu>
Sun, 18 Jul 2010 02:58:10 +0000 (22:58 -0400)
scripts-server

index 889b460bafb1c46e977ccfc020a3d5e207459837..cf78b723003299cebfc53ba07b2e78fd9ee12af3 100644 (file)
@@ -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]