[riftsaw-commits] riftsaw SVN: r954 - branches/RiftSaw-ODE-2.1.x/bpel-test.

riftsaw-commits at lists.jboss.org riftsaw-commits at lists.jboss.org
Sun Sep 19 21:26:05 EDT 2010


Author: jeff.yuchang
Date: 2010-09-19 21:26:05 -0400 (Sun, 19 Sep 2010)
New Revision: 954

Modified:
   branches/RiftSaw-ODE-2.1.x/bpel-test/pom.xml
Log:
* add args for the java heap size.


Modified: branches/RiftSaw-ODE-2.1.x/bpel-test/pom.xml
===================================================================
--- branches/RiftSaw-ODE-2.1.x/bpel-test/pom.xml	2010-09-20 01:04:14 UTC (rev 953)
+++ branches/RiftSaw-ODE-2.1.x/bpel-test/pom.xml	2010-09-20 01:26:05 UTC (rev 954)
@@ -182,6 +182,7 @@
             <exclude>**/ProcessManagementDaoTest.java</exclude>
             <exclude>**/SelectObjectTest.java</exclude>
           </excludes>
+          <argLine>-Xms512M -Xmx1024M -XX:MaxPermSize=512M</argLine>
         </configuration>
         <executions>
           <execution>



More information about the riftsaw-commits mailing list