Repository: phoenix
Updated Branches:
  refs/heads/4.0 61fc6a6c0 -> ab2813b66


Increasing memory a little bit


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

Branch: refs/heads/4.0
Commit: ab2813b66eb46e0332d9cceb7d2ef23d0941d996
Parents: 61fc6a6
Author: James Taylor <jtay...@salesforce.com>
Authored: Fri Sep 26 21:33:21 2014 -0700
Committer: James Taylor <jtay...@salesforce.com>
Committed: Fri Sep 26 21:33:21 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/phoenix/blob/ab2813b6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f9b9cad..fae2a5e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -250,7 +250,7 @@
                  <encoding>UTF-8</encoding>
                  <forkCount>${numForkedIT}</forkCount>
                  <reuseForks>true</reuseForks>
-                 <argLine>-enableassertions -Xmx2000m -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.ClientManagedTimeTest</groups>

Reply via email to