You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Akira AJISAKA (JIRA)" <ji...@apache.org> on 2015/11/14 07:02:11 UTC

[jira] [Created] (HADOOP-12571) [JDK8] Remove XX:MaxPermSize setting from pom.xml

Akira AJISAKA created HADOOP-12571:
--------------------------------------

             Summary: [JDK8] Remove XX:MaxPermSize setting from pom.xml
                 Key: HADOOP-12571
                 URL: https://issues.apache.org/jira/browse/HADOOP-12571
             Project: Hadoop Common
          Issue Type: Improvement
          Components: build
            Reporter: Akira AJISAKA
            Priority: Minor


{code:title=hadoop-project/pom.xml}
    <maven-surefire-plugin.argLine>-Xmx2048m -XX:MaxPermSize=768m -XX:+HeapDumpOnOutOfMemoryError</maven-surefire-plugin.argLine>
{code}
{{-XX:MaxPermSize}} is not supported in JDK8. It should be removed after dropping support of JDK7.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)