Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBJ Hargrave2009-04-24 15:05:24 +0000
committerBJ Hargrave2009-04-24 15:05:24 +0000
commita4f992efb4ac599092f5215565e18942f06d5105 (patch)
tree521f6950a21dd25d0d61224a44fe35efcdb09585
parentc6d8b2a80d800353f2eb600021f7630c311475d8 (diff)
downloadrt.equinox.framework-a4f992efb4ac599092f5215565e18942f06d5105.tar.gz
rt.equinox.framework-a4f992efb4ac599092f5215565e18942f06d5105.tar.xz
rt.equinox.framework-a4f992efb4ac599092f5215565e18942f06d5105.zip
Bug 273593
need to increase mem to run all tests under debug
-rw-r--r--bundles/org.eclipse.osgi.tests/All OSGi Tests.launch1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi.tests/All OSGi Tests.launch b/bundles/org.eclipse.osgi.tests/All OSGi Tests.launch
index 6532d6ef4..d2433a886 100644
--- a/bundles/org.eclipse.osgi.tests/All OSGi Tests.launch
+++ b/bundles/org.eclipse.osgi.tests/All OSGi Tests.launch
@@ -30,6 +30,7 @@
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.eclipse.osgi.tests.AutomatedTests"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="org.eclipse.osgi.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="-XX:MaxPermSize=256m"/>
<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