Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2013-05-20 07:19:46 +0000
committerEike Stepper2013-05-20 07:19:46 +0000
commit48d2b79743b43ab7f7c15e43d78e2291c88475bc (patch)
tree12c558da9f2ebe6b30e36f5bfa4157e3f98eb83c /plugins
parent740343e478b6d0101d0388ce985997e1306bb1cb (diff)
downloadcdo-48d2b79743b43ab7f7c15e43d78e2291c88475bc.tar.gz
cdo-48d2b79743b43ab7f7c15e43d78e2291c88475bc.tar.xz
cdo-48d2b79743b43ab7f7c15e43d78e2291c88475bc.zip
Increase permgen space for Derby
Diffstat (limited to 'plugins')
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.db/.gitignore1
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.db/CDO AllTests (Derby).launch2
2 files changed, 2 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests.db/.gitignore b/plugins/org.eclipse.emf.cdo.tests.db/.gitignore
new file mode 100644
index 0000000000..50e13221d7
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.tests.db/.gitignore
@@ -0,0 +1 @@
+/*.log
diff --git a/plugins/org.eclipse.emf.cdo.tests.db/CDO AllTests (Derby).launch b/plugins/org.eclipse.emf.cdo.tests.db/CDO AllTests (Derby).launch
index 87f61781c2..08c786646e 100644
--- a/plugins/org.eclipse.emf.cdo.tests.db/CDO AllTests (Derby).launch
+++ b/plugins/org.eclipse.emf.cdo.tests.db/CDO AllTests (Derby).launch
@@ -12,5 +12,5 @@
<stringAttribute key="org.eclipse.jdt.junit.TEST_KIND" value="org.eclipse.jdt.junit.loader.junit3"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.eclipse.emf.cdo.tests.db.AllTestsDBDerby"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="org.eclipse.emf.cdo.tests.db"/>
-<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Xms512m&#13;&#10;-Xmx1024m"/>
+<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-XX:MaxPermSize=512m&#13;&#10;-Xms512m&#13;&#10;-Xmx2g"/>
</launchConfiguration>

Back to the top