Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Taal2012-11-02 23:39:55 +0000
committerMartin Taal2012-11-02 23:39:55 +0000
commit2241c3adb4dc0f9ab9b0c15ed6e3a1129e348261 (patch)
tree39bca4d39b06b861b4b4628846c73d44f53f215d
parentd92988903fc87cc1b6f99259c5ac668cd5ce8d87 (diff)
downloadorg.eclipse.emf.teneo-2241c3adb4dc0f9ab9b0c15ed6e3a1129e348261.tar.gz
org.eclipse.emf.teneo-2241c3adb4dc0f9ab9b0c15ed6e3a1129e348261.tar.xz
org.eclipse.emf.teneo-2241c3adb4dc0f9ab9b0c15ed6e3a1129e348261.zip
Increased mem
-rwxr-xr-xbuild/org.eclipse.emf.teneo.releng.buckminster/ant_common.xml2
-rwxr-xr-xtests/org.eclipse.emf.teneo.hibernate.test/AllTests.launch2
2 files changed, 2 insertions, 2 deletions
diff --git a/build/org.eclipse.emf.teneo.releng.buckminster/ant_common.xml b/build/org.eclipse.emf.teneo.releng.buckminster/ant_common.xml
index 2852f2ce5..979bd6256 100755
--- a/build/org.eclipse.emf.teneo.releng.buckminster/ant_common.xml
+++ b/build/org.eclipse.emf.teneo.releng.buckminster/ant_common.xml
@@ -85,7 +85,7 @@ http://dev.eclipse.org/viewsvn/index.cgi/trunk/org.eclipse.buckminster.releng/bu
<sequential>
<eclipse.launch app="buckminster">
<args>
- <jvmarg value="-Xmx2024m" />
+ <jvmarg value="-Xmx3024m" />
<jvmarg value="-Dbugfix.288796=true" />
<jvmarg value="-Declipse.p2.mirrors=false" />
<jvmarg value="-Declipse.p2.unsignedPolicy=allow" />
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/AllTests.launch b/tests/org.eclipse.emf.teneo.hibernate.test/AllTests.launch
index 5262920b5..f68eb0906 100755
--- a/tests/org.eclipse.emf.teneo.hibernate.test/AllTests.launch
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/AllTests.launch
@@ -13,5 +13,5 @@
<stringAttribute key="org.eclipse.jdt.junit.TEST_KIND" value="org.eclipse.jdt.junit.loader.junit4"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.eclipse.emf.teneo.hibernate.test.AllTests"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="org.eclipse.emf.teneo.hibernate.test"/>
-<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Xmx2500m"/>
+<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Xmx3500m"/>
</launchConfiguration>

Back to the top