提交 9c349eca 编写于 作者: K kohsuke

made the concurrency easily customizable

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@32575 71c3de6d-444a-0410-be80-ed276b4c234a
上级 52838e13
......@@ -38,6 +38,10 @@ THE SOFTWARE.
Unit test harness (src/main) and Unit tests for Hudson core (src/test)
</description>
<properties>
<concurrency>1</concurrency> <!-- -1 means # of processors in the system -->
</properties>
<build>
<plugins>
<plugin>
......@@ -58,7 +62,7 @@ THE SOFTWARE.
</goals>
<configuration>
<fork>true</fork>
<concurrency>1</concurrency> <!-- -1 means # of processors in the system -->
<concurrency>${concurrency}</concurrency>
<argLine>-XX:MaxPermSize=192m -Xmx256m -Dfile.encoding=UTF-8</argLine>
<systemProperties>
<property>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册