You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@kyuubi.apache.org by "turboFei (via GitHub)" <gi...@apache.org> on 2023/02/20 13:07:29 UTC

[GitHub] [kyuubi] turboFei commented on a diff in pull request #4382: [KYUUBI #4352] Support System.gc() with periodic GC interval

turboFei commented on code in PR #4382:
URL: https://github.com/apache/kyuubi/pull/4382#discussion_r1111938278


##########
docs/deployment/settings.md:
##########
@@ -447,6 +447,12 @@ You can configure the Kyuubi properties in `$KYUUBI_HOME/conf/kyuubi-defaults.co
 | kyuubi.operation.spark.listener.enabled         | true                                                                            | When set to true, Spark engine registers an SQLOperationListener before executing the statement, logging a few summary statistics when each stage completes.                                                                                                                                                                                                                                                                                                                                             | boolean  | 1.6.0 |
 | kyuubi.operation.status.polling.timeout         | PT5S                                                                            | Timeout(ms) for long polling asynchronous running sql query's status                                                                                                                                                                                                                                                                                                                                                                                                                                     | duration | 1.0.0 |
 
+### PeriodicGC
+
+|            Key             | Default |                  Meaning                   |   Type   | Since |
+|----------------------------|---------|--------------------------------------------|----------|-------|
+| kyuubi.periodicGC.interval | PT30M   | How often to trigger a garbage collection. | duration | 1.7.0 |

Review Comment:
   kyuubi.server.periodicGC.interval
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org