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

liugddx 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 bac19f210c [bugfix][zeta] Fixed the problem that the [jvm_options] 
configuration file G1GC does not take effect (#6564)
bac19f210c is described below

commit bac19f210c1030b79ec2fae02c7812298bddbbed
Author: Leon Yoah <[email protected]>
AuthorDate: Sun Mar 24 22:10:10 2024 +0800

    [bugfix][zeta] Fixed the problem that the [jvm_options] configuration file 
G1GC does not take effect (#6564)
---
 config/jvm_options | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/jvm_options b/config/jvm_options
index b695d66f11..c8a7218d1c 100644
--- a/config/jvm_options
+++ b/config/jvm_options
@@ -27,4 +27,4 @@
 -XX:MaxMetaspaceSize=2g
 
 # G1GC
--XX:+UseG1GC
\ No newline at end of file
+-XX:+UseG1GC

Reply via email to