Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2010-08-26 09:31:49 +0000
committerEike Stepper2010-08-26 09:31:49 +0000
commiteabc9101cb60f841452a30ee3f2194cdc12d8ff4 (patch)
treefbf514f22172ee1fee4940d78158e5e6dc522c08 /plugins/org.eclipse.emf.cdo.ui.ide
parent47bf5c8a42bae9f49cc3c6f9d0ae1c4f50fec4a4 (diff)
downloadcdo-eabc9101cb60f841452a30ee3f2194cdc12d8ff4.tar.gz
cdo-eabc9101cb60f841452a30ee3f2194cdc12d8ff4.tar.xz
cdo-eabc9101cb60f841452a30ee3f2194cdc12d8ff4.zip
*** empty log message ***
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.ui.ide')
-rw-r--r--plugins/org.eclipse.emf.cdo.ui.ide/IDE.launch1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.ui.ide/IDE.launch b/plugins/org.eclipse.emf.cdo.ui.ide/IDE.launch
index 9df9fbe2e5..746b89c32a 100644
--- a/plugins/org.eclipse.emf.cdo.ui.ide/IDE.launch
+++ b/plugins/org.eclipse.emf.cdo.ui.ide/IDE.launch
@@ -15,6 +15,7 @@
<stringAttribute key="location" value="${workspace_loc}/../IDE2"/>
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-os ${target.os} -ws ${target.ws} -arch ${target.arch} -nl ${target.nl}"/>
<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.pde.ui.workbenchClasspathProvider"/>
+<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Xms256m -Xmx2048m -XX:MaxPermSize=512m"/>
<stringAttribute key="pde.version" value="3.3"/>
<stringAttribute key="product" value="org.eclipse.platform.ide"/>
<stringAttribute key="selectedPlugin" value="org.eclipse.emf.cdo"/>

Back to the top