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.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Comments
@ezeth why didnot you said in this thead anymore?
In my opinion hosts running OpenVZ, LXC, or other container platforms should be banned from referring to the product as a Virtual Private Server here. You are just running a bunch of aliased processes on a shared kernel coupled with auto IO killers because it's impossible to keep any meaningful resource isolation otherwise.
Yeah, it's cheap cause it can be oversold to oblivion; but even the low end market should be fairly marketed
VirtualBox is where I started.
It's easy to use, but not as efficient as KVM.
Nowadays, I use LXC where kernel version doesn't matter, and use KVM where I need different kernels.
Today, the only benefit of choosing VirtualBox over KVM is that Vagrant Boxes has more templates for VirtualBox than for KVM (libvirt).
Nevertheless, since I picked KVM for my dedicated server, I have to stick to it because KVM and VirtualBox cannot coexist on the same server.
Providers can setup cgroup to restrict resource usage of each container.
It's available for both OpenVZ and LXC.
Without cgroup, every container can use all available resources.
I run LXC on my own dedicated server, so I don't bother with cgroup, since I'm only compiling software in one LXC container at a time, but it's convenient to keep all other containers idling.
we tried LXC and OpenVZ in production using virtualizor and found that LXC is unstable compred to OpenVZ. in the end, we choose KVM
KVM unless you want hassle
OpenVZ and LXC gets the most out of host server, so they do have better performance than KVM if not oversold. So for me, I do prefer OpenVZ when I need to build a virtualization environment on my own server, but when I have to purchase a VPS from a provider I'd go for KVM.
KVM all the Way
qemu
In conclusion, most people chose KVM since it's one if not the best Hypervisors/Architecture available currently. Thanks for the feedback everyone!