Increase RAM of existing container #584

Closed
opened 2025-12-29 01:22:34 +01:00 by adam · 2 comments
Owner

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?

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?
adam closed this issue 2025-12-29 01:22:34 +01:00
Author
Owner

@dmbr0 commented on GitHub (May 9, 2024):

Edit launch.sh and change RAM

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

@dmbr0 commented on GitHub (May 9, 2024): Edit launch.sh and change RAM docker update --memory=8g --memoryswap=8g containerID
Author
Owner

@iclouden commented on GitHub (Jun 17, 2024):

--memory-swap

@iclouden commented on GitHub (Jun 17, 2024): `--memory-swap`
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Docker-OSX#584