You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by ga...@apache.org on 2023/05/30 07:52:11 UTC

[seatunnel] branch dev updated: [Improve][Zeta] Add Metaspace size default value to config file (#4848)

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

gaojun2048 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 298f2bb1b [Improve][Zeta] Add Metaspace size default value to config file (#4848)
298f2bb1b is described below

commit 298f2bb1beddcce559ff7ea207dec31d55c83906
Author: Jia Fan <fa...@qq.com>
AuthorDate: Tue May 30 15:52:04 2023 +0800

    [Improve][Zeta] Add Metaspace size default value to config file (#4848)
---
 config/jvm_options | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/config/jvm_options b/config/jvm_options
index 8152e3990..b407db9d9 100644
--- a/config/jvm_options
+++ b/config/jvm_options
@@ -21,4 +21,7 @@
 
 # JVM Dump
 -XX:+HeapDumpOnOutOfMemoryError
--XX:HeapDumpPath=/tmp/seatunnel/dump/zeta-server
\ No newline at end of file
+-XX:HeapDumpPath=/tmp/seatunnel/dump/zeta-server
+
+# Metaspace
+-XX:MaxMetaspaceSize=2g
\ No newline at end of file