undo fork changes

Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/5b6eb98d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/5b6eb98d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/5b6eb98d

Branch: refs/heads/USERGRID-614
Commit: 5b6eb98d392fd08b7af0a800f63b95bad4b68d94
Parents: 362e758
Author: Shawn Feldman <[email protected]>
Authored: Wed May 6 15:35:07 2015 -0600
Committer: Shawn Feldman <[email protected]>
Committed: Wed May 6 15:35:07 2015 -0600

----------------------------------------------------------------------
 stack/core/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/5b6eb98d/stack/core/pom.xml
----------------------------------------------------------------------
diff --git a/stack/core/pom.xml b/stack/core/pom.xml
index db403b3..99a7157 100644
--- a/stack/core/pom.xml
+++ b/stack/core/pom.xml
@@ -86,8 +86,8 @@
                     
<target.directory>${project.build.directory}</target.directory>
                 </systemPropertyVariables>
                 <parallel>methods</parallel>
-                <forkCount>1</forkCount>
-                <threadCount>1</threadCount>
+                <forkCount>${usergrid.it.forkCount}</forkCount>
+                <threadCount>${usergrid.it.threads}</threadCount>
                 <reuseForks>true</reuseForks>
                 <argLine>-Dtest.barrier.timestamp=${maven.build.timestamp} 
-Dtest.clean.storage=true -Xmx${ug.heapmax} -Xms${ug.heapmin} 
-Dfile.encoding=UTF-8 -Dsun.jnu.encoding=UTF-8 
-javaagent:${settings.localRepository}/com/github/stephenc/jamm/0.2.5/jamm-0.2.5.jar
 ${ug.argline} </argLine>
                 <!-- see this page for documentation on classloading issues 
http://maven.apache.org/surefire/maven-surefire-plugin/examples/class-loading.html
 -->

Reply via email to