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)