You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by dk...@apache.org on 2016/02/10 14:14:59 UTC

incubator-tinkerpop git commit: more memory for surefire

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/travis b61c363de -> bd342b5f6


more memory for surefire


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

Branch: refs/heads/travis
Commit: bd342b5f60f01ab0ff15586efbdcc8ea2f9e9730
Parents: b61c363
Author: Daniel Kuppitz <da...@hotmail.com>
Authored: Wed Feb 10 14:14:40 2016 +0100
Committer: Daniel Kuppitz <da...@hotmail.com>
Committed: Wed Feb 10 14:14:40 2016 +0100

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/bd342b5f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 04edfd5..14037b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -319,7 +319,7 @@ limitations under the License.
                     <artifactId>maven-surefire-plugin</artifactId>
                     <version>2.17</version>
                     <configuration>
-                        <argLine>-Dlog4j.configuration=${log4j-test.properties} -Dbuild.dir=${project.build.directory} -Xmx1024m -XX:MaxPermSize=256m
+                        <argLine>-Dlog4j.configuration=${log4j-test.properties} -Dbuild.dir=${project.build.directory} -Xmx2048m -XX:MaxPermSize=256m
                         </argLine>
                         <excludes>
                             <exclude>**/*IntegrateTest.java</exclude>