-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Enable GC logs by default #27610
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
Enable GC logs by default #27610
Conversation
For too long we have been groping around in the dark when faced with GC issues because we rarely have GC logs at our disposal. This commit enables GC logging by default out of the box.
danielmitterdorfer
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.
Great to have this on by default now! The activated options are a good start IMHO.
Does it make sense to briefly mention this in the docs (that they are on by default, configured in config/jvm.options and they take up to 2GB of space)?
LGTM.
s1monw
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.
LGTM
|
@danielmitterdorfer I pushed docs in a166455 if you want to take a look? |
Thanks! LGTM. |
For too long we have been groping around in the dark when faced with GC issues because we rarely have GC logs at our disposal. This commit enables GC logging by default out of the box. Relates #27610
For too long we have been groping around in the dark when faced with GC issues because we rarely have GC logs at our disposal. This commit enables GC logging by default out of the box.
@danielmitterdorfer Please review the GC log settings.
@rjernst Please review the packaging changes.