Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'performance/org.eclipse.emf.compare.tests.performance/pom.xml')
-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 b8032ff57..777fa3563 100644
--- a/performance/org.eclipse.emf.compare.tests.performance/pom.xml
+++ b/performance/org.eclipse.emf.compare.tests.performance/pom.xml
@@ -39,7 +39,7 @@
</includes>
<useUIHarness>false</useUIHarness>
<useUIThread>false</useUIThread>
- <appArgLine>-Xmx1024m -XX:MaxPermSize=256m</appArgLine>
+ <appArgLine>-Xmx2048m -XX:MaxPermSize=256m</appArgLine>
</configuration>
</plugin>
</plugins>

Back to the top