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

This commit is contained in:
stack 2015-11-24 08:56:19 -08:00
parent 0bae444b34
commit 4a60c25c70
1 changed files with 1 additions and 2 deletions

View File

@ -85,7 +85,7 @@
</dependency>
</dependencies>
<configuration>
<argLine> -XX:+CMSClassUnloadingEnabled -verbose:gc -XX:+PrintCommandLineFlags </argLine>
<argLine> -XX:+CMSClassUnloadingEnabled -verbose:gc -XX:+PrintCommandLineFlags -XX:+PrintFlagsFinal</argLine>
<includes>
<include>${integrationtest.include}</include>
</includes>
@ -94,7 +94,6 @@
<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>