You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ma...@apache.org on 2015/04/16 16:32:11 UTC

[30/50] [abbrv] phoenix git commit: PHOENIX-1071 - Lowering memory usage for Spark integration tests to see if build passes

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/5c32d195
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/5c32d195
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/5c32d195

Branch: refs/heads/calcite
Commit: 5c32d1955f7289d38813424163f3b472ae0fe304
Parents: ff0e8e4
Author: Mujtaba <mu...@apache.org>
Authored: Tue Apr 7 16:58:12 2015 -0700
Committer: Mujtaba <mu...@apache.org>
Committed: Tue Apr 7 16:58:12 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/phoenix/blob/5c32d195/phoenix-spark/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-spark/pom.xml b/phoenix-spark/pom.xml
index fd0ccaf..412f59a 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>