Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2013-04-16 04:50:13 +0000
committerEike Stepper2013-04-16 04:50:13 +0000
commitd23bce5b998fc3aea7eddbfa9cfc1ebc803f37dc (patch)
treeee0762ef6380b407b6995c232da3fed0434b6f41
parent9a1889c58b6628f3fde375dca9935b3fb2566b77 (diff)
downloadcdo-d23bce5b998fc3aea7eddbfa9cfc1ebc803f37dc.tar.gz
cdo-d23bce5b998fc3aea7eddbfa9cfc1ebc803f37dc.tar.xz
cdo-d23bce5b998fc3aea7eddbfa9cfc1ebc803f37dc.zip
Create heap dump on OutOfMemoryError
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.db/CDO AllTests (H2 ALL).launch2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests.db/CDO AllTests (H2 ALL).launch b/plugins/org.eclipse.emf.cdo.tests.db/CDO AllTests (H2 ALL).launch
index 4473d630ea..9ab456401e 100644
--- a/plugins/org.eclipse.emf.cdo.tests.db/CDO AllTests (H2 ALL).launch
+++ b/plugins/org.eclipse.emf.cdo.tests.db/CDO AllTests (H2 ALL).launch
@@ -12,5 +12,5 @@
<stringAttribute key="org.eclipse.jdt.junit.TEST_KIND" value="org.eclipse.jdt.junit.loader.junit3"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.eclipse.emf.cdo.tests.db.AllTestsDBH2All"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="org.eclipse.emf.cdo.tests.db"/>
-<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Xms40m&#13;&#10;-Xmx2G&#13;&#10;-Dorg.eclipse.net4j.util.om.trace.disable=true"/>
+<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Xms40m&#13;&#10;-Xmx2G&#13;&#10;-Dorg.eclipse.net4j.util.om.trace.disable=true&#13;&#10;-XX:+HeapDumpOnOutOfMemoryError"/>
</launchConfiguration>

Back to the top