Revert "HBASE-14819 hbase-it tests failing with OOME; permgen ADDENDUM"
This reverts commit ea48ef8651
.
This commit is contained in:
parent
86be690b07
commit
26423e4026
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue