HBASE-14819 hbase-it tests failing with OOME; permgen ADDENDUM
This commit is contained in:
parent
f9c81b6dc4
commit
c0bc1e944f
|
@ -91,9 +91,6 @@
|
||||||
<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>
|
||||||
|
|
Loading…
Reference in New Issue