mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-04-18 22:39:40 +02:00
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} \
```
14 KiB
14 KiB