How do i increase memory limit? #194
-
Friend and I have been playing on this docker container dedicated server (running in podman on Ubuntu, setup using the run CLI) and I noticed we are running up against the 16GB limit. How do I increase the memory limit now that I already have the container created? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @switchyfoot :) Just destroy and rebuild the container. If you've used a bind mount (as is recommended to save game files and data), then the container state doesn't matter
As a sidenote, I'd very strongly recommend switching to using Docker Compose. Makes the process of updating and such much easier :) |
Beta Was this translation helpful? Give feedback.
Hey @switchyfoot :) Just destroy and rebuild the container. If you've used a bind mount (as is recommended to save game files and data), then the container state doesn't matter
As a sidenote, I'd very strongly recommend switching to using Docker Compose. Makes the process of updating and such much easier :)