-
-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
updated memory limitiations (based on update 8) #200
Conversation
The wiki should update once update 8 is released. |
@DenuxPlays 16G -> 5G upgrade? seriosly? |
@kaflan update 7 is what increased the RAM requirement to what it was, update 8 brought it back down to what it was. I'm waiting for the official wiki to reflect this change now that uodate 8 is in early access |
Yes! |
README.md
Outdated
@@ -84,7 +84,7 @@ services: | |||
deploy: | |||
resources: | |||
limits: | |||
memory: 16G | |||
memory: 5G |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would suggest setting the reservation to 5 and leaving the limit at 16. This will not deploy as the limit is lower than the reservation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Yes you're right must have forgotten this...
- I wouldn't leave the imit by 16
I ran some tests:
On a mid game safe game the server consumes between 2 and 4GB of RAM in endgame its like 4 to 5GB.
I'll update the numbers to this but it would be great if someone else could also test this to backup (or not refute) the numbers.
Co-authored-by: Dave Hoffman <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Thanks again! |
I loaded up a bigger safe and the server didn't consumed more than 4GB (so I updated to 5GB)
This only applies to update 8 so this PR is draft atm until update 8 gets released to the early access branche.
Closes: #198