Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2010-03-26 16:04:34 +0000
committerAndrew Niefer2010-03-26 16:04:34 +0000
commit5f5a6c25f61cb04862b50d0e61ec6788b1c8f679 (patch)
tree743d0b2ffa710163c401c6ac3983075f24703776
parent6f75d87ab0a5ebb4a1ac3079d319935b0e8ef972 (diff)
downloadrt.equinox.p2-5f5a6c25f61cb04862b50d0e61ec6788b1c8f679.tar.gz
rt.equinox.p2-5f5a6c25f61cb04862b50d0e61ec6788b1c8f679.tar.xz
rt.equinox.p2-5f5a6c25f61cb04862b50d0e61ec6788b1c8f679.zip
Bug 307045 - Test failures in nightly build - OutOfMemoryError
-rw-r--r--bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/full/Install36from35.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/full/Install36from35.java b/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/full/Install36from35.java
index bfe6843eb..486db6b70 100644
--- a/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/full/Install36from35.java
+++ b/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/full/Install36from35.java
@@ -37,7 +37,7 @@ public class Install36from35 extends AbstractReconcilerTest {
"-bundlepool", installFolder.getAbsolutePath(), //
"-roaming", "-profile", "PlatformProfile", "-profileProperties", "org.eclipse.update.install.features=true", //
"-p2.os", Platform.getOS(), "-p2.ws", Platform.getWS(), "-p2.arch", Platform.getOSArch(), //
- "-vmArgs", "-Dosgi.checkConfiguration=true" //
+ "-vmArgs", "-Dosgi.checkConfiguration=true", "-Xms40m", "-Xmx256m", //
//, "-Xdebug", "-Xnoagent", "-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000" //for debugging
};

Back to the top