Skip to content

Commit

Permalink
[KYUUBI apache#6704] disable periodic gc if set interval to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
taylor.fan committed Oct 15, 2024
1 parent 6182075 commit c2b7c30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3109,7 +3109,7 @@ object KyuubiConf {

val SERVER_PERIODIC_GC_INTERVAL: ConfigEntry[Long] =
buildConf("kyuubi.server.periodicGC.interval")
.doc("How often to trigger a garbage collection.")
.doc("How often to trigger a garbage collection, setting the value to 0 disables explicit garbage collection.")
.version("1.7.0")
.serverOnly
.timeConf
Expand Down

0 comments on commit c2b7c30

Please sign in to comment.