unknown flag: --memoryswap
See 'docker update --help'.
does anyone know a way to do this?
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?
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 @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