HBASE-14819 hbase-it tests failing with OOME; permgen -- DEBUGGING
This commit is contained in:
parent
0bae444b34
commit
4a60c25c70
|
@ -85,7 +85,7 @@
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<configuration>
|
<configuration>
|
||||||
<argLine> -XX:+CMSClassUnloadingEnabled -verbose:gc -XX:+PrintCommandLineFlags </argLine>
|
<argLine> -XX:+CMSClassUnloadingEnabled -verbose:gc -XX:+PrintCommandLineFlags -XX:+PrintFlagsFinal</argLine>
|
||||||
<includes>
|
<includes>
|
||||||
<include>${integrationtest.include}</include>
|
<include>${integrationtest.include}</include>
|
||||||
</includes>
|
</includes>
|
||||||
|
@ -94,7 +94,6 @@
|
||||||
<exclude>**/*$*</exclude>
|
<exclude>**/*$*</exclude>
|
||||||
<!--Do this to prevent OOME because permgen is full seen on build.apache.org
|
<!--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