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

wuchunfu 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 df07159a89 [Improve] Change default Zeta client JVM heap value (#5674)
df07159a89 is described below

commit df07159a8960ec46c4af0df973e375ac4954fe19
Author: Jia Fan <[email protected]>
AuthorDate: Thu Oct 26 09:41:37 2023 +0800

    [Improve] Change default Zeta client JVM heap value (#5674)
---
 config/jvm_client_options | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/jvm_client_options b/config/jvm_client_options
index 9e4fb59b5f..462e1374c1 100644
--- a/config/jvm_client_options
+++ b/config/jvm_client_options
@@ -16,8 +16,8 @@
 #
 
 # JVM Heap
--Xms1g
--Xmx1g
+-Xms256m
+-Xmx512m
 
 # JVM Dump
 -XX:+HeapDumpOnOutOfMemoryError

Reply via email to