Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

container disk space usage #3

Open
qknight opened this issue May 31, 2018 · 1 comment
Open

container disk space usage #3

qknight opened this issue May 31, 2018 · 1 comment
Assignees

Comments

@qknight
Copy link
Member

qknight commented May 31, 2018

at status.nixcloud.io i've seen that even the tiniest containers eat up 1.3 gb of disk space each. this does not scale well and i wonder if we can do something about it. shared /nix/store maybe?

root@status /v/l/lxc# du -sh .
5.0G    .
root@status /v/l/lxc# du -sh Mary
1.4G    Mary
root@status /v/l/lxc# du -sh nixcloud
1.3G    nixcloud
root@status /v/l/lxc# du -sh qknight
1.3G    qknight
root@status /v/l/lxc# du -sh rootfs
4.0K    rootfs
root@status /v/l/lxc# du -sh Test
1.3G    Test
@seitz
Copy link
Member

seitz commented Jun 1, 2018

Can't reproduce this behavior. The store is already shared with the host an all other containers. Please provide a container config that leads to that problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants