Revert "HBASE-14819 hbase-it tests failing with OOME; permgen ADDENDUM"

This reverts commit ea48ef8651.
This commit is contained in:
stack 2015-11-19 21:50:05 -08:00
parent 86be690b07
commit 26423e4026
1 changed files with 3 additions and 0 deletions

View File

@ -91,6 +91,9 @@
<excludes> <excludes>
<exclude>${unittest.include}</exclude> <exclude>${unittest.include}</exclude>
<exclude>**/*$*</exclude> <exclude>**/*$*</exclude>
<!--Do this to prevent OOME because permgen is full seen on build.apache.org
-->
<argLine> -XX:+CMSClassUnloadingEnabled </argLine>
<!--<exclude>${test.exclude.pattern}</exclude>--> <!--<exclude>${test.exclude.pattern}</exclude>-->
</excludes> </excludes>
<redirectTestOutputToFile>${test.output.tofile}</redirectTestOutputToFile> <redirectTestOutputToFile>${test.output.tofile}</redirectTestOutputToFile>