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

jinsongzhou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/amoro.git


The following commit(s) were added to refs/heads/master by this push:
     new 63b355da8 [AMORO-3277] enable jvm parameter ExitOnOutOfMemoryError and 
HeapDumpOnOutOfMemoryError for ams (#3278)
63b355da8 is described below

commit 63b355da88664b60a8f9c40ee902edc4753da0d2
Author: 7hong <[email protected]>
AuthorDate: Fri Oct 18 15:29:13 2024 +0800

    [AMORO-3277] enable jvm parameter ExitOnOutOfMemoryError and 
HeapDumpOnOutOfMemoryError for ams (#3278)
    
    * enable ExitOnOutOfMemoryError and HeapDumpOnOutOfMemoryError
    
    * remove HeapDumpOnOutOfMemoryError
    
    ---------
    
    Co-authored-by: ZhouJinsong <[email protected]>
---
 dist/src/main/amoro-bin/conf/jvm.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dist/src/main/amoro-bin/conf/jvm.properties 
b/dist/src/main/amoro-bin/conf/jvm.properties
index ffa00a3b3..462773c97 100644
--- a/dist/src/main/amoro-bin/conf/jvm.properties
+++ b/dist/src/main/amoro-bin/conf/jvm.properties
@@ -17,4 +17,4 @@
 xms=8196
 xmx=8196
 jmx.remote.port=
-extra.options="-XX:NewRatio=1 -XX:SurvivorRatio=3"
\ No newline at end of file
+extra.options="-XX:NewRatio=1 -XX:SurvivorRatio=3 -XX:+ExitOnOutOfMemoryError"
\ No newline at end of file

Reply via email to