aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorsickcodes <[email protected]>2021-03-14 12:10:14 +0000
committerGitHub <[email protected]>2021-03-14 12:10:14 +0000
commit502457528a91bbe1f872eb6de5ab59c53d9d9183 (patch)
treef9cf0de393c1c1f52aae1205a3b697498ffbc628 /README.md
parentUpdate issue templates (diff)
downloaddocker-osx-502457528a91bbe1f872eb6de5ab59c53d9d9183.tar.xz
docker-osx-502457528a91bbe1f872eb6de5ab59c53d9d9183.zip
Propose RAM default to 2G instead of 8G
Alternative, calc at runtime? Perhaps ``` -e RAM=auto \ ``` ``` RAM=${RAM:-$(("$(head -n1 /proc/meminfo | tr -dc '[:digit:]') / 900000"))}000 \ exec qemu-system-x86_64 -m ${RAM} \ ```
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions