Increase defaults RAM 1024m -> 4096m, DISK 10g -> 80g

This commit is contained in:
Graham Christensen 2018-05-14 13:25:43 -04:00
parent f08cef047c
commit 4569331df7

View File

@ -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" ;;