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> </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>