macos
macos copied to clipboard
[Question]: How to give the virtual machine more VRAM?
Is your question not already answered in the FAQ?
- [X] I made sure the question is not listed in the FAQ.
Is this a general question and not a technical issue?
- [X] I am sure my question is not about a technical issue.
Question
By default the virtual machine only has 7MB of VRAM which isn't enough to properly run games. Is there a way I can increase this amount?
I think it is not possible
Try this, check you have enough cpu and ram for this. docker run -it -e VERSION="13" -e DISK_SIZE="128G" -e RAM_SIZE="10G" -e CPU_CORES="8" -p 8006:8006 --device=/dev/kvm --cap-add NET_ADMIN --stop-timeout 120 dockurr/macos
Not possible, sorry.