Increase -XX:MaxPermSize for unit tests
Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/e4138a3a Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/e4138a3a Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/e4138a3a Branch: refs/heads/master Commit: e4138a3a9408193e90dd6cc0db6d61320e370479 Parents: 14a09e7 Author: Enis Soztutar <[email protected]> Authored: Wed Jun 25 15:48:29 2014 -0700 Committer: Enis Soztutar <[email protected]> Committed: Fri Jun 27 16:39:41 2014 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/e4138a3a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index db7395a..379ae0b 100644 --- a/pom.xml +++ b/pom.xml @@ -526,7 +526,7 @@ <testFailureIgnore>${surefire.testFailureIgnore}</testFailureIgnore> <forkedProcessTimeoutInSeconds>${surefire.timeout}</forkedProcessTimeoutInSeconds> <!--Allocate some direct memory for direct memory tests--> - <argLine>-enableassertions -XX:MaxDirectMemorySize=1G -Xmx1900m -XX:MaxPermSize=100m -Djava.security.egd=file:/dev/./urandom -Djava.net.preferIPv4Stack=true -Djava.awt.headless=true</argLine> + <argLine>-enableassertions -XX:MaxDirectMemorySize=1G -Xmx1900m -XX:MaxPermSize=256m -Djava.security.egd=file:/dev/./urandom -Djava.net.preferIPv4Stack=true -Djava.awt.headless=true</argLine> <redirectTestOutputToFile>${test.output.tofile}</redirectTestOutputToFile> </configuration> <executions>
