Repository: hbase Updated Branches: refs/heads/master 7dc4f1219 -> ea48ef865
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/ea48ef86 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/ea48ef86 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/ea48ef86 Branch: refs/heads/master Commit: ea48ef86512addc3dc9bcde4b7433a3ac5881424 Parents: 7dc4f12 Author: stack <[email protected]> Authored: Thu Nov 19 17:05:40 2015 -0800 Committer: stack <[email protected]> Committed: Thu Nov 19 17:06:38 2015 -0800 ---------------------------------------------------------------------- hbase-it/pom.xml | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/ea48ef86/hbase-it/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-it/pom.xml b/hbase-it/pom.xml index 71f3766..f62a57d 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>
