Skip to content

Commit 9264737

Browse files
committed
[CJP-7913] tell jvm to record heap dump on OOM with default location and put all arguments on one line
1 parent d63a358 commit 9264737

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.mvn/jvm.config

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
1-
-Xmx512m
2-
3-
-XX:HeapDumpPath=./dumps
4-
5-
-XX:+TieredCompilation -XX:TieredStopAtLevel=1
6-
1+
-Xmx512m -XX:+HeapDumpOnOutOfMemoryError -XX:+TieredCompilation -XX:TieredStopAtLevel=1

0 commit comments

Comments
 (0)