05-vm-profile: decrease minimal root size to 7GB
This commit is contained in:
parent
2f5655fed8
commit
15825b1c39
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
message() { echo "vm-profile: $*" >>/tmp/vm-profile.log; }
|
message() { echo "vm-profile: $*" >>/tmp/vm-profile.log; }
|
||||||
|
|
||||||
ROOT_MIN=15 # In Gb
|
ROOT_MIN=7 # In Gb
|
||||||
VAR_MIN=1 # In Gb
|
VAR_MIN=1 # In Gb
|
||||||
|
|
||||||
mem="$(sed -n '/^MemTotal/s/[^0-9]//gp' /proc/meminfo)" # in kB
|
mem="$(sed -n '/^MemTotal/s/[^0-9]//gp' /proc/meminfo)" # in kB
|
||||||
|
Loading…
Reference in New Issue
Block a user