652 Linux containers running on a Laptop? Are you kidding me??? |
A couple of weeks ago, at the OpenStack Summit in Vancouver, Canonical released the results of some scalability testing of Linux containers (LXC) managed by LXD.
Check out the process tree for a few hundred system containers here!
As for KVM, I managed to launch 31 virtual machines without KSM enabled, and 65 virtual machines with KSM enabled and working hard. So that puts somewhere between 10x - 21x as many containers as virtual machines on the same laptop.
I'd love to see someone try this in AWS, anywhere from an m3.small to an r3.8xlarge, and share your results ;-)
Density test instructions
## Install lxd $ sudo add-apt-repository ppa:ubuntu-lxc/lxd-git-master $ sudo apt-get update $ sudo apt-get install -y lxd bzr $ cd /tmp ## At this point, it's a good idea to logout/login or reboot
## for your new group permissions to get applied
## Grab the tests, disable the tools download $ bzr branch lp:~raharper/+junk/density-check $ cd density-check $ mkdir lxd_tools
## Periodically squeeze your cache $ sudo bash -x -c 'while true; do sleep 30; \ echo 3 | sudo tee /proc/sys/vm/drop_caches; \ free; done' &
## Run the LXD test $ ./density-check-lxd --limit=mem:512m --load=idle release=trusty arch=amd64
## Run the KVM test $ ./density-check-kvm --limit=mem:512m --load=idle release=trusty arch=amd64
As for the speed-of-launch test, I'll cover that in a follow-up post!
Can you contain your excitement?
Cheers!
Dustin
No comments:
Post a Comment
Please do not use blog comments for support requests! Blog comments do not scale well to this effect.
Instead, please use Launchpad for Bugs and StackExchange for Questions.
* bugs.launchpad.net
* stackexchange.com
Thanks,
:-Dustin