Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

SolusVM/Xen question

TommehMTommehM Member

is it normal for the server memory to display 925MB (on a 48GB server) after installing solusvm w/ xen?

Comments

  • mikegmikeg Member

    Yes, this is the Dom0 memory (your hypervisor). All other memory is then available for DomU's (VPS's). You can set this memory in your /etc/grub.conf under the kernel option with these:

    dom0_mem=2048M,max:2048M

  • mikeg said: Yes, this is the Dom0 memory (your hypervisor). All other memory is then available for DomU's (VPS's). You can set this memory in your /etc/grub.conf under the kernel option with these:

    dom0_mem=2048M,max:2048M

    Thanks :)

  • drserverdrserver Member, Host Rep

    Note that you will maybe need to increase that when node get crowded, also assign fixed cpu cores to your host node. You will loose a little bit on VM density but you will have better performance.

  • drserver said: Note that you will maybe need to increase that when node get crowded, also assign fixed cpu cores to your host node. You will loose a little bit on VM density but you will have better performance.

    Thanks ;)

Sign In or Register to comment.