Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2013-04-08 18:15:15 +0000
committerRoberto E. Escobar2013-04-08 18:42:51 +0000
commit29dc55631728dc93d166621d5419e5ddb45f7813 (patch)
tree7611c7392a729f67d1e41ae57bcee09552862caa /plugins
parent9eaa1a369b4c760d8338f7596b0945c6c369778c (diff)
downloadorg.eclipse.osee-29dc55631728dc93d166621d5419e5ddb45f7813.tar.gz
org.eclipse.osee-29dc55631728dc93d166621d5419e5ddb45f7813.tar.xz
org.eclipse.osee-29dc55631728dc93d166621d5419e5ddb45f7813.zip
feature[ats_7604G]: Increase default memory configuration
Diffstat (limited to 'plugins')
-rw-r--r--plugins/org.eclipse.osee.client.all.product/customize-product.xml4
-rw-r--r--plugins/org.eclipse.osee.client.all.product/org.eclipse.osee.ide.product4
2 files changed, 3 insertions, 5 deletions
diff --git a/plugins/org.eclipse.osee.client.all.product/customize-product.xml b/plugins/org.eclipse.osee.client.all.product/customize-product.xml
index 666b553a286..f4d3fbf10fb 100644
--- a/plugins/org.eclipse.osee.client.all.product/customize-product.xml
+++ b/plugins/org.eclipse.osee.client.all.product/customize-product.xml
@@ -65,7 +65,7 @@
<!-- NO DEBUG EXEC for MACOSX -->
</then>
<else>
- <generateExecutable os="@{os}" productDir="${productPath}" execName="oseeDebug" eclipseArgs="-console${line.separator}-consoleLog" extravmargs="-Xms256m${line.separator}-Xmx700m${line.separator}-Xdebug${line.separator}-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=9009" additionalVmArgs="-Dosee.default.broker.uri=&lt;BROKER_ADDRESS&gt;${line.separator}-Dosee.application.server=http://localhost:8089${line.separator}-Dosee.authentication.protocol=demo${line.separator}${additionalExecIniArgs}" />
+ <generateExecutable os="@{os}" productDir="${productPath}" execName="oseeDebug" eclipseArgs="-console${line.separator}-consoleLog" extravmargs="-Xmx1G${line.separator}-Xdebug${line.separator}-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=9009" additionalVmArgs="-Dosee.default.broker.uri=&lt;BROKER_ADDRESS&gt;${line.separator}-Dosee.application.server=http://localhost:8089${line.separator}-Dosee.authentication.protocol=demo${line.separator}${additionalExecIniArgs}" />
</else>
</if>
@@ -165,7 +165,7 @@
<echo file="${outputIni}" append="false">
@{eclipseArgs}
--launcher.XXMaxPermSize
-256m
+512m
-vmargs
@{extraVmArgs}
@{additionalVmArgs}
diff --git a/plugins/org.eclipse.osee.client.all.product/org.eclipse.osee.ide.product b/plugins/org.eclipse.osee.client.all.product/org.eclipse.osee.ide.product
index 94e79ebd5e6..acc48934677 100644
--- a/plugins/org.eclipse.osee.client.all.product/org.eclipse.osee.ide.product
+++ b/plugins/org.eclipse.osee.client.all.product/org.eclipse.osee.ide.product
@@ -7,9 +7,7 @@
</configIni>
<launcherArgs>
- <programArgs>--launcher.XXMaxPermSize
-256m</programArgs>
- <vmArgs>-Xmx700m -Dosee.default.broker.uri=BROKER_ID -Dosee.application.server=http://localhost:8089</vmArgs>
+ <vmArgs>-Xmx1G -XX:MaxPermSize=512m -Dosee.default.broker.uri=BROKER_ID -Dosee.application.server=http://localhost:8089</vmArgs>
<vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts</vmArgsMac>
</launcherArgs>

Back to the top