Hacker News new | ask | show | jobs
by panarky 4614 days ago
This is truly awesome, nice work!

I configured and launched a machine with redis and node in less than 5 minutes. Very cool.

How will you isolate instances from each other? My instance appears to have 24 GB of RAM and 12 cores, and it looks like I can use all of it in my instance.

3 comments

Docker uses LXC which supports memory and CPU limits
You can limit Docker to have CPU weight shares, and also a memory limit. The file storage limits are due to Docker 0.7, and for now you can ulimit them.
I don't see node as an option. What am I missing?