Howdy, Stranger!

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


KVM VPSes
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.

KVM VPSes

Im curious how KVM/XEN VPSes are more expensive - While you see providers like VPSDime providing VPSes with 6G RAM at LET/LEB prices, its rarely (if ever) seen that someone provides anything other than a OVZ with 3G RAM.

Comments

  • Probably because it's easier to oversell OVZ and not as easy (but still possible) to oversell KVM.

  • If, for example a host deploys all the VMs using virtio (http://www.linux-kvm.org/page/Projects/auto-ballooning), wouldn't it have a similar effect?

  • akaemuakaemu Member

    If you ever wanted a custom kernel KVM would be the way to go, also it's more likely a provider will snoop your files using openvz and what @charlesA said about overselling.

  • StellaEVStellaEV Member
    edited July 2014

    @akaemu said:
    If you ever wanted a custom kernel KVM would be the way to go, also it's more likely a provider will snoop your files using openvz and what charlesA said about overselling.

    @StellaEV said:
    If, for example a host deploys all the VMs using virtio (http://www.linux-kvm.org/page/Projects/auto-ballooning), wouldn't it have a similar effect?

    Thanked by 1CFarence
  • akaemuakaemu Member

    Yes

  • @StellaEV said:
    If, for example a host deploys all the VMs using virtio (http://www.linux-kvm.org/page/Projects/auto-ballooning), wouldn't it have a similar effect?

    Possible, but from what I understand memory for KVM is "dedicated" no matter how much the actual box is using. OVZ isn't like that, iirc.

  • petrispetris Member

    @StellaEV said:
    If, for example a host deploys all the VMs using virtio (http://www.linux-kvm.org/page/Projects/auto-ballooning), wouldn't it have a similar effect?

    Ballooning requites cooperation from the guest OS to function appropriately, and is easy to disable as well. Therefore even if ballooning is enabled, it's unwise to trust it if you're not the one controlling all the guests.

    With OpenVZ all you're doing is setting the max amount of RAM the guest can use, which looks like available memory to the guest. Over-committing RAM is therefore easy because you don't actually need to reserve anything as you do with KVM/Xen.

    As for VPSDime, I've used their VPSes as well and if I had to guess it relies on the fact that pretty much no one would actually use all 6GB of RAM. When I was actively using mine I usually only used around 1-2GB.

Sign In or Register to comment.