This is an automated email from the ASF dual-hosted git repository.

zhouyao2023 pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new 1f1b18baee [bugfix][zeta]Using G1 as defaut garbage colletor in zeta 
(#6114)
1f1b18baee is described below

commit 1f1b18baeef6c070cd6cf21061777415af637381
Author: Guangdong Liu <[email protected]>
AuthorDate: Sun Jan 7 20:31:34 2024 +0800

    [bugfix][zeta]Using G1 as defaut garbage colletor in zeta (#6114)
    
    * 1
    
    * update jvm_options
    
    Co-authored-by: Jia Fan <[email protected]>
    
    ---------
    
    Co-authored-by: Jia Fan <[email protected]>
---
 config/jvm_options | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/config/jvm_options b/config/jvm_options
index b407db9d9f..b695d66f11 100644
--- a/config/jvm_options
+++ b/config/jvm_options
@@ -24,4 +24,7 @@
 -XX:HeapDumpPath=/tmp/seatunnel/dump/zeta-server
 
 # Metaspace
--XX:MaxMetaspaceSize=2g
\ No newline at end of file
+-XX:MaxMetaspaceSize=2g
+
+# G1GC
+-XX:+UseG1GC
\ No newline at end of file

Reply via email to