Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAxel Richard2015-03-04 08:11:50 +0000
committerAxel Richard2015-03-04 08:11:50 +0000
commit3d32d091390278ccdafa12537bc7b9affb794186 (patch)
tree13fafb8546b034da766d4f6619748cb8077a6f71 /performance
parent0b01ab1cf07dae2b4c3685555abdf7797e8caed8 (diff)
downloadorg.eclipse.emf.compare-3d32d091390278ccdafa12537bc7b9affb794186.tar.gz
org.eclipse.emf.compare-3d32d091390278ccdafa12537bc7b9affb794186.tar.xz
org.eclipse.emf.compare-3d32d091390278ccdafa12537bc7b9affb794186.zip
Performances tests: increase max memory & max perm size
Change-Id: I89e412b145fe3cc465ecbd06aebaa325d87f10c5 Signed-off-by: Axel Richard <axel.richard@obeo.fr>
Diffstat (limited to 'performance')
-rw-r--r--performance/org.eclipse.emf.compare.tests.performance/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/performance/org.eclipse.emf.compare.tests.performance/pom.xml b/performance/org.eclipse.emf.compare.tests.performance/pom.xml
index 82f82e8e0..a0819008b 100644
--- a/performance/org.eclipse.emf.compare.tests.performance/pom.xml
+++ b/performance/org.eclipse.emf.compare.tests.performance/pom.xml
@@ -22,7 +22,7 @@
<includes>
<include>org/eclipse/emf/compare/tests/performance/${performance-suite}Suite.class</include>
</includes>
- <argLine>-Xmx2048m -XX:MaxPermSize=256m</argLine>
+ <argLine>-Xmx4096m -XX:MaxPermSize=512m</argLine>
</configuration>
</plugin>
</plugins>

Back to the top