Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2012-06-13 08:59:48 +0000
committercletavernie2012-06-13 08:59:48 +0000
commit7fac275440a6b6f80828827590adb280c0b10ed3 (patch)
treec6c36f6e948bf9af0ab46a3c2f77446537787b64
parent81d6244e1c86ef5a6e8d93d6e63c6091599a7254 (diff)
downloadorg.eclipse.papyrus-7fac275440a6b6f80828827590adb280c0b10ed3.tar.gz
org.eclipse.papyrus-7fac275440a6b6f80828827590adb280c0b10ed3.tar.xz
org.eclipse.papyrus-7fac275440a6b6f80828827590adb280c0b10ed3.zip
382335: [Tests] Java Heap Space when running the tests
https://bugs.eclipse.org/bugs/show_bug.cgi?id=382335
-rw-r--r--tests/junit/plugins/core/org.eclipse.papyrus.tests/Papyrus ALL tests.launch2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/junit/plugins/core/org.eclipse.papyrus.tests/Papyrus ALL tests.launch b/tests/junit/plugins/core/org.eclipse.papyrus.tests/Papyrus ALL tests.launch
index b0ac35a0ee0..595289ea55b 100644
--- a/tests/junit/plugins/core/org.eclipse.papyrus.tests/Papyrus ALL tests.launch
+++ b/tests/junit/plugins/core/org.eclipse.papyrus.tests/Papyrus ALL tests.launch
@@ -28,7 +28,7 @@
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.eclipse.papyrus.tests.AllTests"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="org.eclipse.papyrus.tests"/>
<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.pde.ui.workbenchClasspathProvider"/>
-<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Dosgi.requiredJavaVersion=1.5 -Xms60m -Xmx1024m -DsuppressRawWhenUnchecked=true -XX:MaxPermSize=512M"/>
+<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Dosgi.requiredJavaVersion=1.5 -Xms1024m -Xmx3072m -DsuppressRawWhenUnchecked=true -XX:MaxPermSize=1024M"/>
<stringAttribute key="pde.version" value="3.3"/>
<stringAttribute key="product" value="org.eclipse.platform.ide"/>
<booleanAttribute key="run_in_ui_thread" value="true"/>

Back to the top