Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I change RAM? #622

Open
LorenzoABSsa opened this issue Jan 26, 2023 · 3 comments
Open

How can I change RAM? #622

LorenzoABSsa opened this issue Jan 26, 2023 · 3 comments

Comments

@LorenzoABSsa
Copy link

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
Copy link

I believe this is possible with the -e RAM=8 option,
https://github.com/sickcodes/Docker-OSX#ram-over-allocation

@bonnebulle
Copy link

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
Copy link

shawe commented Feb 9, 2024

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants