How do i increase memory limit? #194
Answered
by
wolveix
switchyfoot
asked this question in
Q&A
|
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? |
Answered by
wolveix
Jul 11, 2023
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 :) |
0 replies
Answer selected by
switchyfoot
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to 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 :)