You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by je...@apache.org on 2014/02/21 06:55:49 UTC

git commit: Reset memory setting because previous memory issue is due to memory leak in check in of Phoenix-42

Repository: incubator-phoenix
Updated Branches:
  refs/heads/4.0 e71d05e12 -> 09473f51e


Reset memory setting because previous memory issue is due to memory leak in check in of Phoenix-42


Project: http://git-wip-us.apache.org/repos/asf/incubator-phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-phoenix/commit/09473f51
Tree: http://git-wip-us.apache.org/repos/asf/incubator-phoenix/tree/09473f51
Diff: http://git-wip-us.apache.org/repos/asf/incubator-phoenix/diff/09473f51

Branch: refs/heads/4.0
Commit: 09473f51e1f7398f0f2080c9ea91737fcff5eacb
Parents: e71d05e
Author: Jeffrey Zhong <jz...@JZhongs-MacBook-Pro.local>
Authored: Thu Feb 20 21:50:11 2014 -0800
Committer: Jeffrey Zhong <jz...@JZhongs-MacBook-Pro.local>
Committed: Thu Feb 20 21:51:26 2014 -0800

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


http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/09473f51/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 39ba613..c7524d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -192,7 +192,7 @@
         <artifactId>maven-surefire-plugin</artifactId>
         <version>2.16</version>
         <configuration>
-          <argLine>-enableassertions -Xmx3G
+          <argLine>-enableassertions -Xmx2250m
             -Djava.security.egd=file:/dev/./urandom</argLine>
           <redirectTestOutputToFile>${test.output.tofile}</redirectTestOutputToFile>
         </configuration>