]> scripts.mit.edu Git - xen.git/commitdiff
Allow memory to balloon to 8GiB
authorQuentin Smith <quentin@mit.edu>
Sat, 2 May 2009 06:24:28 +0000 (02:24 -0400)
committerroot <root@not-forward.mit.edu>
Sat, 2 May 2009 06:24:28 +0000 (02:24 -0400)
scripts-server

index 7f4f2390921a728df2507a4c72c0c33c3961e644..c23fe4e2e41ab706852649ff8054d4e217e95df9 100644 (file)
@@ -16,6 +16,7 @@ else:
   bootloader = "/usr/bin/pygrub"
 
 memory = 1024
+maxmem = 8192
 name = machine_name
 vg = "not-forward"
 disk = [i % (vg, name) for i in ['phy:/dev/%s/%s-root,hda,w',