Repository: phoenix Updated Branches: refs/heads/4.x-HBase-0.98 976e37c0f -> 0bfac19de
PHOENIX-1071 - Add phoenix-spark for Spark integration - memory setting Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/0bfac19d Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/0bfac19d Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/0bfac19d Branch: refs/heads/4.x-HBase-0.98 Commit: 0bfac19de801eb94bd8164aa9266f1ad86239444 Parents: 976e37c Author: ravimagham <[email protected]> Authored: Sun Apr 5 08:31:22 2015 -0700 Committer: ravimagham <[email protected]> Committed: Sun Apr 5 08:31:22 2015 -0700 ---------------------------------------------------------------------- phoenix-spark/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/0bfac19d/phoenix-spark/pom.xml ---------------------------------------------------------------------- diff --git a/phoenix-spark/pom.xml b/phoenix-spark/pom.xml index 7529e08..c7fa3c9 100644 --- a/phoenix-spark/pom.xml +++ b/phoenix-spark/pom.xml @@ -502,6 +502,7 @@ <configuration> <parallel>true</parallel> <tagsToExclude>Integration-Test</tagsToExclude> + <argLine>-Xmx3g -XX:MaxPermSize=512m -XX:ReservedCodeCacheSize=512m</argLine> </configuration> </execution> <execution> @@ -513,7 +514,6 @@ <configuration> <parallel>false</parallel> <tagsToInclude>Integration-Test</tagsToInclude> - <argLine>-Xmx3g -XX:MaxPermSize=512m -XX:ReservedCodeCacheSize=512m</argLine> </configuration> </execution> </executions>
