Repository: phoenix Updated Branches: refs/heads/4.x-HBase-0.98 5aea0b82d -> f2bf97d6f
PHOENIX-1071 - Lowering memory usage for Spark integration tests to see if build passes Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/f2bf97d6 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/f2bf97d6 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/f2bf97d6 Branch: refs/heads/4.x-HBase-0.98 Commit: f2bf97d6f8ae871c16c63e2e6b99f62cd29a54e5 Parents: 5aea0b8 Author: Mujtaba <[email protected]> Authored: Tue Apr 7 15:02:29 2015 -0700 Committer: Mujtaba <[email protected]> Committed: Tue Apr 7 15:02:29 2015 -0700 ---------------------------------------------------------------------- phoenix-spark/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/f2bf97d6/phoenix-spark/pom.xml ---------------------------------------------------------------------- diff --git a/phoenix-spark/pom.xml b/phoenix-spark/pom.xml index c7fa3c9..4b90eb5 100644 --- a/phoenix-spark/pom.xml +++ b/phoenix-spark/pom.xml @@ -502,7 +502,7 @@ <configuration> <parallel>true</parallel> <tagsToExclude>Integration-Test</tagsToExclude> - <argLine>-Xmx3g -XX:MaxPermSize=512m -XX:ReservedCodeCacheSize=512m</argLine> + <argLine>-Xmx2g -XX:MaxPermSize=512m -XX:ReservedCodeCacheSize=512m</argLine> </configuration> </execution> <execution>
