Skip to content

Commit

Permalink
Create heap dump on OOME (elastic#41031)
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira authored and Gurkan Kaymak committed May 27, 2019
1 parent 7b2ba38 commit ac9b296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
org.gradle.daemon=true
org.gradle.jvmargs=-Xmx2g
org.gradle.jvmargs=-Xmx2g -XX:+HeapDumpOnOutOfMemoryError
options.forkOptions.memoryMaximumSize=2g

0 comments on commit ac9b296

Please sign in to comment.