tianon / boot2docker-debian

a newly re-imagined boot2docker, based on Debian for stability and maintainability
Apache License 2.0
55 stars 14 forks source link

Performance specs #8

Open jakirkham opened 9 years ago

jakirkham commented 9 years ago

I know this is still a bit early in development. However, it would be nice to get some idea of what this is going to require to run. One of the nice features of the original boot2docker is that it was so lightweight (e.g. minimal memory usage, all in memory OS, quick startup/shutdown time, barebones feature-wise). This made it useable even for sophisticated calculations on a laptop. What sort of specs will/are we looking at with this new version of boot2docker.

tianon commented 9 years ago

The spec requirements of this should be about the same as the original -- 1GB of RAM or more, and any Debian-compatible system should be supported (which is the majority of systems).

jakirkham commented 8 years ago

Do you have a rough idea of what fraction of that ~1GB is taken up by the OS when running and some idea of the target fraction?

tianon commented 8 years ago

We don't have any unambiguously defined targets for the runtime footprint (just "small") -- as-is, it's a very, very minimal Debian installation (base on the "minbase" debootstrap variant), so it should be really small, but I haven't actually measured to know what it ends up being in practice.

jakirkham commented 8 years ago

Sure, I understand. Please keep me posted. I'd like to have some idea of where this stands relative to the legacy image once it is feeling more finished, but before it becomes the standard.