Originally created by @LorenzoABSsa on GitHub (Jan 26, 2023).
Hy i'm running MacOS Catalalina on Qemu and I would like to know if it is possible to increase the virtual machine ram from 3GB to 8GB
Originally created by @LorenzoABSsa on GitHub (Jan 26, 2023).
Hy i'm running MacOS Catalalina on Qemu and I would like to know if it is possible to increase the virtual machine ram from 3GB to 8GB
@arandomdev commented on GitHub (Jan 27, 2023):
I believe this is possible with the `-e RAM=8` option,
https://github.com/sickcodes/Docker-OSX#ram-over-allocation
Yes -e RAM=8 works
Same with Mouse stuck problem here
I am searching how to change this RAM variable :
how to change it... after container creation
Thanks all
@bonnebulle commented on GitHub (Dec 31, 2023):
Yes ```-e RAM=8``` works
Same with Mouse stuck problem [here](https://github.com/sickcodes/Docker-OSX/issues/207)
I am searching how to change this RAM variable :
how to change it... after container creation
Thanks all
Yes -e RAM=8 works Same with Mouse stuck problem here I am searching how to change this RAM variable : how to change it... after container creation Thanks all
@shawe commented on GitHub (Feb 9, 2024):
> Yes `-e RAM=8` works Same with Mouse stuck problem [here](https://github.com/sickcodes/Docker-OSX/issues/207) I am searching how to change this RAM variable : how to change it... after container creation Thanks all
Try this I read on other issues from here:
```
docker update --memoryswap=8g --memory=8g containerID
docker exec -it containerID /bin/bash
vi Launch.sh
RAM=8
```
poweroff macOS and launch it docker again
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @LorenzoABSsa on GitHub (Jan 26, 2023).
Hy i'm running MacOS Catalalina on Qemu and I would like to know if it is possible to increase the virtual machine ram from 3GB to 8GB
@arandomdev commented on GitHub (Jan 27, 2023):
I believe this is possible with the
-e RAM=8option,https://github.com/sickcodes/Docker-OSX#ram-over-allocation
@bonnebulle commented on GitHub (Dec 31, 2023):
Yes
-e RAM=8worksSame with Mouse stuck problem here
I am searching how to change this RAM variable :
how to change it... after container creation
Thanks all
@shawe commented on GitHub (Feb 9, 2024):
Try this I read on other issues from here:
poweroff macOS and launch it docker again