Repository: phoenix
Updated Branches:
  refs/heads/master ff0e8e4ed -> 5c32d1955


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/master
Commit: 5c32d1955f7289d38813424163f3b472ae0fe304
Parents: ff0e8e4
Author: Mujtaba <mujt...@apache.org>
Authored: Tue Apr 7 16:58:12 2015 -0700
Committer: Mujtaba <mujt...@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>

Reply via email to