aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsickcodes <[email protected]>2021-03-14 12:20:58 +0000
committerGitHub <[email protected]>2021-03-14 12:20:58 +0000
commit1a10562b01cf0187674f818f8b7d4c8592f722d9 (patch)
treef9cf0de393c1c1f52aae1205a3b697498ffbc628
parentUpdate issue templates (diff)
parentPropose RAM default to 2G instead of 8G (diff)
downloaddocker-osx-1a10562b01cf0187674f818f8b7d4c8592f722d9.tar.xz
docker-osx-1a10562b01cf0187674f818f8b7d4c8592f722d9.zip
Merge pull request #189 from sickcodes/low-ram-bug
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index e078fb0..7f0f242 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -213,7 +213,7 @@ RUN touch Launch.sh \
&& tee -a Launch.sh <<< 'set -eu' \
&& tee -a Launch.sh <<< 'sudo chown $(id -u):$(id -g) /dev/kvm 2>/dev/null || true' \
&& tee -a Launch.sh <<< 'sudo chown -R $(id -u):$(id -g) /dev/snd 2>/dev/null || true' \
- && tee -a Launch.sh <<< 'exec qemu-system-x86_64 -m ${RAM:-8}000 \' \
+ && tee -a Launch.sh <<< 'exec qemu-system-x86_64 -m ${RAM:-2}000 \' \
&& tee -a Launch.sh <<< '-cpu Penryn,vendor=GenuineIntel,+invtsc,vmware-cpuid-freq=on,+pcid,+ssse3,+sse4.2,+popcnt,+avx,+aes,+xsave,+xsaveopt,check \' \
&& tee -a Launch.sh <<< '-machine q35,accel=kvm:tcg \' \
&& tee -a Launch.sh <<< '-smp ${CPU_STRING:-${SMP:-4},cores=${CORES:-4}} \' \