aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorname <[email protected]>2020-06-07 06:44:57 +0000
committername <[email protected]>2020-06-07 06:44:57 +0000
commit29b15fa709b0491774763e710ea68207476eec74 (patch)
treefd7d5d6b0377028ec344125f739f6603d87a87b6
parentReplaced starting old container with more simplified version (diff)
downloaddocker-osx-29b15fa709b0491774763e710ea68207476eec74.tar.xz
docker-osx-29b15fa709b0491774763e710ea68207476eec74.zip
RAM easy change at runtime
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index d8b7045..15d5e3b 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,11 @@ docker run --privileged -e "DISPLAY=${DISPLAY:-:0.0}" -v /tmp/.X11-unix:/tmp/.X1
# scroll down to troubleshooting if you have problems
+# need more RAM?
+# try this, change the number 8000, e.g. 8GB:
+
+# docker run --privileged -v /tmp/.X11-unix:/tmp/.X11-unix sickcodes/docker-osx /bin/bash -c "sed -e 's/3072/8000/g' ./OpenCore-Boot.sh | sh -"
+
```
# Requirements: KVM on the host