Fred Bricon created JBIDE-20591:
-----------------------------------
Summary: Don't set default MaxPermSize for EAP 7/WF 10 launch configs
Key: JBIDE-20591
URL:
https://issues.jboss.org/browse/JBIDE-20591
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: server
Affects Versions: 4.3.0.CR1
Reporter: Fred Bricon
Priority: Minor
WildFly 10 and EAP 7 require Java 8 to run. When any of these server is created, the
launch configuration is set with -XX:MaxPermSize=256m, which results in a warning being
displayed in the console:
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was
removed in 8.0
Since we guarantee that Java 8 minimum will run, the MaxPermSize arg should be removed
from default launch configurations for these 2 servers.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)