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

nicknezis pushed a commit to branch nicknezis/remove-heap-dump
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git

commit 43796ff166540bd79145991a2e6e30be413ff2e5
Author: Nicholas Nezis <[email protected]>
AuthorDate: Wed Jan 20 02:54:12 2021 -0500

    Removing defaulted HeapDumpOnOutOfMemory
---
 heron/executor/src/python/heron_executor.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/heron/executor/src/python/heron_executor.py 
b/heron/executor/src/python/heron_executor.py
index 5e45bef..aa86930 100755
--- a/heron/executor/src/python/heron_executor.py
+++ b/heron/executor/src/python/heron_executor.py
@@ -582,7 +582,6 @@ class HeronExecutor:
           '-XX:+UseStringDeduplication',
           '-XX:MaxGCPauseMillis=100',
           '-XX:InitiatingHeapOccupancyPercent=30',
-          '-XX:+HeapDumpOnOutOfMemoryError',
           '-XX:ParallelGCThreads=4',
           '-Xlog:gc*,safepoint=info:file=' + self.log_dir + '/gc.' + gc_name +
           '.log:tags,time,uptime,level:filecount=5,filesize=100M']
@@ -601,7 +600,6 @@ class HeronExecutor:
           '-XX:+PrintPromotionFailure',
           '-XX:+PrintTenuringDistribution',
           '-XX:+PrintHeapAtGC',
-          '-XX:+HeapDumpOnOutOfMemoryError',
           '-XX:ParallelGCThreads=4',
           '-Xloggc:' + self.log_dir + '/gc.' + gc_name + '.log']
     try:

Reply via email to