It's actually quite simple: is there any way I can set maxmem
at runtime from the command line? If I edit the .xsp
files, how can I ensure they are being re-read by Xen?
It's actually quite simple: is there any way I can set maxmem
at runtime from the command line? If I edit the .xsp
files, how can I ensure they are being re-read by Xen?
Make sure you change the
.xsp
in accordance so that it retains the new setting after reboot.This depends on what your guest OS is, but I've read that the Linux kernel doesn't support ballooning its memory above the maxmem argument passed to the kernel at boot. My information might be out of date, though.