Updated Branches: refs/heads/master 06ef56e60 -> 77e691932
Add more memory for integration tests. Project: http://git-wip-us.apache.org/repos/asf/incubator-crunch/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-crunch/commit/77e69193 Tree: http://git-wip-us.apache.org/repos/asf/incubator-crunch/tree/77e69193 Diff: http://git-wip-us.apache.org/repos/asf/incubator-crunch/diff/77e69193 Branch: refs/heads/master Commit: 77e6919326e5060b7af9b31aee593c1b05bcc805 Parents: 06ef56e Author: Matthias Friedrich <[email protected]> Authored: Sun Dec 9 10:41:14 2012 +0100 Committer: Matthias Friedrich <[email protected]> Committed: Sun Dec 9 10:41:14 2012 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-crunch/blob/77e69193/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3ec465f..adc2e01 100644 --- a/pom.xml +++ b/pom.xml @@ -839,7 +839,7 @@ under the License. <artifactId>maven-failsafe-plugin</artifactId> <version>2.12</version> <configuration> - <argLine>-Xmx512m</argLine> + <argLine>-Xmx768m</argLine> <testSourceDirectory>${basedir}/src/it/java</testSourceDirectory> </configuration> <executions>
