Skip to content
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

Add hint about overhead when using memory limit #1069

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

notAreYouScared
Copy link
Member

Add hint about overhead as it's not documented anywhere except in the wings source code.

@notAreYouScared notAreYouScared self-assigned this Mar 8, 2025
@notAreYouScared notAreYouScared requested a review from a team as a code owner March 8, 2025 15:25
notAreYouScared and others added 2 commits March 8, 2025 15:18
Co-authored-by: Boy132 <Boy132@users.noreply.github.com>
@@ -36,6 +36,7 @@
'disabled' => 'Disabled',
'memory' => 'Memory',
'memory_limit' => 'Memory Limit',
'memory_helper' => 'Wings will add overhead to this value when creating the container to make sure it doesn\'t starve out when using max memory.',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rewrite

Suggested change
'memory_helper' => 'Wings will add overhead to this value when creating the container to make sure it doesn\'t starve out when using max memory.',
'memory_helper' => 'While the Server is being created, additional memory will be temporarily used to help prevent issues.',

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That description is wrong. The overhead is added to the normal container, not the install container.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants