Repository: hbase Updated Branches: refs/heads/branch-1 f9c81b6dc -> c0bc1e944
HBASE-14819 hbase-it tests failing with OOME; permgen ADDENDUM Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/c0bc1e94 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/c0bc1e94 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/c0bc1e94 Branch: refs/heads/branch-1 Commit: c0bc1e944f385740649f80d41614c0b84fd5e47f Parents: f9c81b6 Author: stack <[email protected]> Authored: Thu Nov 19 17:05:40 2015 -0800 Committer: stack <[email protected]> Committed: Thu Nov 19 17:06:15 2015 -0800 ---------------------------------------------------------------------- hbase-it/pom.xml | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/c0bc1e94/hbase-it/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-it/pom.xml b/hbase-it/pom.xml index 9f35048..334058d 100644 --- a/hbase-it/pom.xml +++ b/hbase-it/pom.xml @@ -91,9 +91,6 @@ <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>
