You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2015/12/01 06:00:59 UTC

[4/4] hbase git commit: HBASE-14819 hbase-it tests failing with OOME; permgen

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


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/7979ac46
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/7979ac46
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/7979ac46

Branch: refs/heads/master
Commit: 7979ac46cce36f21033f8ed03c8d0dd5fddde005
Parents: 6adce67
Author: stack <st...@apache.org>
Authored: Mon Nov 30 21:00:35 2015 -0800
Committer: stack <st...@apache.org>
Committed: Mon Nov 30 21:00:35 2015 -0800

----------------------------------------------------------------------
 hbase-it/pom.xml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/7979ac46/hbase-it/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-it/pom.xml b/hbase-it/pom.xml
index 4de7ef4..6d22bd5 100644
--- a/hbase-it/pom.xml
+++ b/hbase-it/pom.xml
@@ -85,7 +85,6 @@
             </dependency>
           </dependencies>
           <configuration>
-            <argLine> -XX:+CMSClassUnloadingEnabled -verbose:gc -XX:+PrintCommandLineFlags  -XX:+PrintFlagsFinal</argLine>
             <includes>
               <include>${integrationtest.include}</include>
             </includes>
@@ -175,9 +174,9 @@
             <!-- TODO: failsafe does timeout, but verify does not fail the build because of the timeout.
                  I believe it is a failsafe bug, we may consider using surefire -->
             <forkedProcessTimeoutInSeconds>1800</forkedProcessTimeoutInSeconds>
-            <argLine>-enableassertions -Xmx${failsafe.Xmx}
-              -Djava.security.egd=file:/dev/./urandom</argLine>
-            <testFailureIgnore>false</testFailureIgnore>
+            <argLine>-enableassertions -Xmx${failsafe.Xmx} -XX:MaxPermSize=256m
+                -Djava.security.egd=file:/dev/./urandom -XX:+CMSClassUnloadingEnabled
+                -verbose:gc -XX:+PrintCommandLineFlags  -XX:+PrintFlagsFinal</argLine>
           </configuration>
       </plugin>
     </plugins>