You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ScratchSizestring`long:"scratchsize" description:"Size of diskbacked scratch space"`
71
+
ScratchSizestring`long:"scratchsize" description:"Size of disk-backed scratch space (parsed with human-readable suffix; assumed bytes if no suffix)"`
72
72
CPUsint`short:"c" long:"cpus" description:"Number of CPUs to use for build VM (default: 2)"`
73
-
Memorystring`short:"m" long:"memory" description:"Amount of memory for build VM (default: 2048MB)"`
73
+
Memorystring`short:"m" long:"memory" description:"Amount of memory for build VM (parsed with human-readable suffix; assumed bytes if no suffix. default: 2Gb)"`
74
74
ShowBootbool`long:"show-boot" description:"Show boot/console messages from the fake machine"`
0 commit comments