mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-13 13:53:28 +01:00
Increase RAM of existing container #584
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dmbr0 on GitHub (Apr 30, 2024).
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 on GitHub (May 9, 2024):
Edit launch.sh and change RAM
docker update --memory=8g --memoryswap=8g containerID
@iclouden commented on GitHub (Jun 17, 2024):
--memory-swap