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 11:07:51 UTC

git commit: Revert memory change in pom

Repository: phoenix
Updated Branches:
  refs/heads/3.0 5e48b32b4 -> 3aef8dbd8


Revert memory change in pom


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

Branch: refs/heads/3.0
Commit: 3aef8dbd8d268763d5efc75cc4584c65112263e4
Parents: 5e48b32
Author: James Taylor <jt...@salesforce.com>
Authored: Sat Sep 27 02:13:00 2014 -0700
Committer: James Taylor <jt...@salesforce.com>
Committed: Sat Sep 27 02:13:00 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/phoenix/blob/3aef8dbd/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 19bb1e0..9ff65d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -247,7 +247,7 @@
                   <encoding>UTF-8</encoding>
                   <forkCount>${numForkedIT}</forkCount>
                   <reuseForks>true</reuseForks>
-                  <argLine>-enableassertions -Xmx2250m -XX:MaxPermSize=128m -Djava.security.egd=file:/dev/./urandom</argLine>
+                  <argLine>-enableassertions -Xmx2000m -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>