-
Notifications
You must be signed in to change notification settings - Fork 917
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
[Improvement] disable periodic GC interval if not necessary #6704
Comments
Hello @taylor12805, |
4 tasks
taylor12805
pushed a commit
to taylor12805/kyuubi
that referenced
this issue
Oct 15, 2024
taylor12805
pushed a commit
to taylor12805/kyuubi
that referenced
this issue
Oct 15, 2024
taylor12805
pushed a commit
to taylor12805/kyuubi
that referenced
this issue
Oct 15, 2024
taylor12805
pushed a commit
to taylor12805/kyuubi
that referenced
this issue
Oct 15, 2024
taylor12805
pushed a commit
to taylor12805/kyuubi
that referenced
this issue
Oct 15, 2024
taylor12805
pushed a commit
to taylor12805/kyuubi
that referenced
this issue
Oct 15, 2024
taylor12805
pushed a commit
to taylor12805/kyuubi
that referenced
this issue
Oct 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Code of Conduct
Search before asking
What would you like to be improved?
The feature of periodically GC: #4352 is very necessary in some scenario, but in our case, System.gc() seems like not collect any week reference and might cause a long period of Stop-the-World. So it might be necessary to not trigger periodically GC if configuration kyuubi.server.periodicGC.interval is set to 0
How should we improve?
if configuration kyuubi.server.periodicGC.interval is set to 0, not trigger periodically GC
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: