From c93e5328faa74a79d219ce96d95417ba1adbfb8f Mon Sep 17 00:00:00 2001 From: Robert Bays Date: Fri, 25 Sep 2009 10:02:40 -0700 Subject: limit xen dom0 memory to 512meg --- scripts/vyatta-grub-setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/vyatta-grub-setup b/scripts/vyatta-grub-setup index 3510cfbd..817223b3 100755 --- a/scripts/vyatta-grub-setup +++ b/scripts/vyatta-grub-setup @@ -184,7 +184,7 @@ fi echo echo echo -e "menuentry \"Vyatta Xen linux$xversion dom0\" {" - echo -e "\tmultiboot /boot/$xen_version " + echo -e "\tmultiboot /boot/$xen_version dom0_mem=512M" echo -e "\tmodule /boot/vmlinuz$xversion $GRUB_OPTIONS $vga_logo $vty_console" echo -e "\tmodule /boot/initrd.img$xversion" echo -e "}" @@ -196,7 +196,7 @@ fi echo echo echo -e "menuentry \"Vyatta Xen linux$xversion dom0\" {" - echo -e "\tmultiboot /boot/$livedir/$union_xen_version " + echo -e "\tmultiboot /boot/$livedir/$union_xen_version dom0_mem=512M" echo -e "\tmodule /boot/$livedir/vmlinuz$xversion $GRUB_OPTIONS $vga_logo $vty_console" echo -e "\tmodule /boot/$livedir/initrd.img$xversion" echo -e "}" -- cgit v1.2.3