search for: 87c87

Displaying 1 result from an estimated 1 matches for "87c87".

Did you mean: 87187
2007 Jun 19
0
Bug#414040: kernel: xen_net: Memory squeeze in netback driver.
Hi, you have to limit dom0 memory on two places, xen hypervisor option and xend config. In this example below I limit memory to 256MB: /boot/grub/menu.lst 87c87 < # xenhopt= --- > # xenhopt=dom0_mem=256M /etc/xen/xend-config.sxp 120c120 < (dom0-min-mem 196) --- > (dom0-min-mem 256) After changing /boot/grub/menu.lst you have to run update-grub and reboot the machine. After changing /etc/xen/xend-config.sxp you have to restart xend with /etc...