-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Document default 75% value for GCHeapHardLimitPercent in container environments #50280
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
Conversation
…vironments Co-authored-by: agocke <[email protected]>
|
@copilot I believe this would read better as: |
|
@copilot I believe this would read better as: |
Co-authored-by: agocke <[email protected]>
agocke
left a comment
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.
@copilot please address
… duplicating Co-authored-by: agocke <[email protected]>
|
@mangod9 for review |
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.
Pull request overview
This PR improves the garbage collector configuration documentation by centralizing the default 75% memory limit documentation for container environments. The change moves the explicit percentage from the "Heap hard limit" section to the "Heap hard limit percent" section where it logically belongs, and creates a cross-reference to avoid duplication.
Key changes:
- Centralized the 75% default value documentation in the "Heap hard limit percent" section
- Updated the "Heap hard limit" section to reference the percentage section instead of duplicating the value
Co-authored-by: Genevieve Warren <[email protected]>
Summary
Updated the garbage collector documentation to properly document the default 75% memory limit behavior in container environments:
This centralizes the default percentage documentation in one place (
GCHeapHardLimitPercent) and references it from theGCHeapHardLimitsection, avoiding potential confusion about how the values interact.Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.
Internal previews