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

This reverts commit c0bc1e944f385740649f80d41614c0b84fd5e47f.
This commit is contained in:
stack 2015-11-19 21:50:20 -08:00
parent 11b2131013
commit 5038bb3f3f

View File

@ -91,6 +91,9 @@
<excludes>
<exclude>${unittest.include}</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>-->
</excludes>
<redirectTestOutputToFile>${test.output.tofile}</redirectTestOutputToFile>