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

git commit: Ensure max memory allocation is same for 3.0 and 4.0 for test runs

Repository: phoenix
Updated Branches:
  refs/heads/3.0 376dd1505 -> 3719b6db3


Ensure max memory allocation is same for 3.0 and 4.0 for test runs


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

Branch: refs/heads/3.0
Commit: 3719b6db3c81bb751fdd895e9f4ef5559edf0067
Parents: 376dd15
Author: James Taylor <jt...@salesforce.com>
Authored: Fri Sep 26 21:37:32 2014 -0700
Committer: James Taylor <jt...@salesforce.com>
Committed: Fri Sep 26 21:37:32 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/phoenix/blob/3719b6db/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index cfc0cba..19bb1e0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -247,7 +247,7 @@
                   <encoding>UTF-8</encoding>
                   <forkCount>${numForkedIT}</forkCount>
                   <reuseForks>true</reuseForks>
-                  <argLine>-enableassertions -Xmx3000m -XX:MaxPermSize=128m -Djava.security.egd=file:/dev/./urandom</argLine>
+                  <argLine>-enableassertions -Xmx2250m -XX:MaxPermSize=128m -Djava.security.egd=file:/dev/./urandom</argLine>
                   <redirectTestOutputToFile>${test.output.tofile}</redirectTestOutputToFile>
                   <testSourceDirectory>${basedir}/src/it/java</testSourceDirectory>
                   <groups>org.apache.phoenix.end2end.HBaseManagedTimeTest</groups>