Repository: accumulo Updated Branches: refs/heads/ACCUMULO-378 028b78000 -> 5365b5501
ACCUMULO-2774 Update pom to ensure enough memory for tests Adds surefire-plugin param to increase heap size for some tests with large memory requirements. Signed-off-by: Christopher Tubbs <ctubb...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/ea266bb8 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/ea266bb8 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/ea266bb8 Branch: refs/heads/ACCUMULO-378 Commit: ea266bb8ee1327dee1cb9edd59c18fda715b5c4d Parents: 8ebf617 Author: Jessica Seastrom <jess...@cloudera.com> Authored: Tue May 6 14:27:41 2014 -0400 Committer: Christopher Tubbs <ctubb...@apache.org> Committed: Thu Jun 5 14:16:57 2014 -0400 ---------------------------------------------------------------------- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/ea266bb8/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ec909d8..875b0f4 100644 --- a/pom.xml +++ b/pom.xml @@ -587,6 +587,13 @@ </configuration> </plugin> <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <argLine>-Xmx768m</argLine> + </configuration> + </plugin> + <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> <version>1.8</version>