Repository: phoenix Updated Branches: refs/heads/4.0 02d480477 -> 6fc5cbe16
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/6fc5cbe1 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/6fc5cbe1 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/6fc5cbe1 Branch: refs/heads/4.0 Commit: 6fc5cbe161437c1e50c08453fd285e0ec32663ba Parents: 02d4804 Author: James Taylor <[email protected]> Authored: Sat Sep 27 02:13:32 2014 -0700 Committer: James Taylor <[email protected]> Committed: Sat Sep 27 02:13:32 2014 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/6fc5cbe1/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index fae2a5e..f9b9cad 100644 --- a/pom.xml +++ b/pom.xml @@ -250,7 +250,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.ClientManagedTimeTest</groups>
