sickcodes / Docker-OSX

Run macOS VM in a Docker! Run near native OSX-KVM in Docker! X11 Forwarding! CI/CD for OS X Security Research! Docker mac Containers.
https://hub.docker.com/r/sickcodes/docker-osx
GNU General Public License v3.0
36.01k stars 1.78k forks source link

Increase RAM of existing container #764

Closed dmbr0 closed 1 month ago

dmbr0 commented 1 month ago

I am trying to increase the ram of an existing container. I have tried this from another post:

docker update --memoryswap=8g --memory=8g containerID

but it returns:

unknown flag: --memoryswap See 'docker update --help'.

does anyone know a way to do this?

dmbr0 commented 1 month ago

Edit launch.sh and change RAM

docker update --memory=8g --memoryswap=8g containerID

iclouden commented 1 week ago

--memory-swap