Is it possible to increase ram after creating the container? #199
Replies: 6 comments 8 replies
-
I got here with the same problem. I have 32GB to use and the container only senses 2GB. |
Beta Was this translation helpful? Give feedback.
-
I'll write a script later today |
Beta Was this translation helpful? Give feedback.
-
docker update --memory=16g container-name |
Beta Was this translation helpful? Give feedback.
-
Woah didn't even know you could do Docker update! |
Beta Was this translation helpful? Give feedback.
-
im tryng to change ram memory but no luck |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
Is it possible to increase ram after creating the container?
Beta Was this translation helpful? Give feedback.
All reactions