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

This commit is contained in:
stack 2015-11-19 17:05:40 -08:00
parent f9c81b6dc4
commit c0bc1e944f
1 changed files with 0 additions and 3 deletions

View File

@ -91,9 +91,6 @@
<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>