mirror of
https://github.com/nix-community/linuxkit-nix.git
synced 2024-11-22 20:54:13 +03:00
Increase defaults RAM 1024m -> 4096m, DISK 10g -> 80g
This commit is contained in:
parent
f08cef047c
commit
4569331df7
@ -18,9 +18,9 @@ NAME="linuxkit-builder"
|
||||
|
||||
DIR="$HOME/.nixpkgs/$NAME"
|
||||
FEATURES="big-parallel"
|
||||
SIZE="10G"
|
||||
SIZE="80G"
|
||||
CPUS=1
|
||||
MEM=1024
|
||||
MEM=4096
|
||||
while getopts "d:f:s:c:m:h" opt; do
|
||||
case $opt in
|
||||
d) DIR="$OPTARG" ;;
|
||||
|
Loading…
Reference in New Issue
Block a user