Is it possible to increase ram after creating the container? #199
Replies: 6 comments 9 replies
|
I got here with the same problem. I have 32GB to use and the container only senses 2GB. |
|
I'll write a script later today |
|
docker update --memory=16g container-name |
Woah didn't even know you could do Docker update! |
|
im tryng to change ram memory but no luck |
|
I had the most success following this:
When adding more cpu I had to add the following to lines in the beginning of Launch.sh like this: Just adding CORES does not work and the container exits immediately after starting. |

Uh oh!
There was an error while loading. Please reload this page.
Is it possible to increase ram after creating the container?
All reactions