Author: dgolovin
Date: 2010-06-04 13:40:31 -0400 (Fri, 04 Jun 2010)
New Revision: 22554
Modified:
trunk/parent-pom.xml
Log:
memory options to run tests moved to property to reuse it in modules
Modified: trunk/parent-pom.xml
===================================================================
--- trunk/parent-pom.xml 2010-06-04 17:39:07 UTC (rev 22553)
+++ trunk/parent-pom.xml 2010-06-04 17:40:31 UTC (rev 22554)
@@ -11,6 +11,7 @@
<tychoVersion>0.9.0-SNAPSHOT</tychoVersion>
<scmBranch>trunk</scmBranch>
<BUILD_ALIAS>M1</BUILD_ALIAS>
+ <memoryOptions>-Xms512m -Xmx1024m -XX:PermSize=256m
-XX:MaxPermSize=256m</memoryOptions>
</properties>
<build>
@@ -92,7 +93,7 @@
<forkedProcessTimeoutInSeconds>900</forkedProcessTimeoutInSeconds>
<useUIHarness>true</useUIHarness>
<useUIThread>true</useUIThread>
- <argLine>-Xms512m -Xmx1024m -XX:PermSize=256m
-XX:MaxPermSize=256m</argLine>
+ <argLine>${memoryOptions}</argLine>
<!--
https://docs.sonatype.org/display/TYCHO/How+to+run+SWTBot+tests+with+Tycho
-->
<!-- set useUIThread=true for regular ui tests -->
<!-- set useUIThread=false for swtbot tests (?) -->