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

Add overlay_size option #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add overlay_size option #1

wants to merge 1 commit into from

Conversation

jingvar
Copy link

@jingvar jingvar commented Aug 18, 2021

root size can be set by overlay_size kernel option instead of 50% of
the RAM by default.
Example:
VM 28GB RAM
without overlay_size
Filesystem Size Used Avail Use% Mounted on
overlay 14G 65M 14G 1% /

Filesystem Size Used Avail Use% Mounted on
with overlay_size=1G
overlay 1.0G 65M 960M 7% /

root size can be set by overlay_size kernel option instead of 50% of
the RAM by default.
Example:
VM 28GB RAM
without overlay_size
Filesystem      Size  Used Avail Use% Mounted on
overlay          14G   65M   14G   1% /

Filesystem      Size  Used Avail Use% Mounted on
with overlay_size=1G
overlay         1.0G   65M  960M   7% /
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

Successfully merging this pull request may close these issues.

1 participant