[
https://issues.jboss.org/browse/WFCORE-1394?page=com.atlassian.jira.plugi...
]
Brian Stansberry commented on WFCORE-1394:
------------------------------------------
I already assigned the JBEAP as I went to check its Target Release.
default maxPermgen is added when jvm isn't configured
------------------------------------------------------
Key: WFCORE-1394
URL:
https://issues.jboss.org/browse/WFCORE-1394
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Affects Versions: 2.1.0.CR1
Reporter: Martin Simka
Assignee: Ken Wills
Fix For: 3.0.0.Alpha1
Default maxPermgen size is added when {{jvm}} element isn't specified in
domain.xml/host.xml and warning is logged.
{code:xml}
<server-group name="main-server-group" profile="default">
<!--
<jvm name="default">
<heap size="64m" max-size="512m"/>
</jvm>
-->
<socket-binding-group ref="standard-sockets"/>
</server-group>
{code}
{noformat}
WFLYHC0011: Ignoring <permgen> for jvm 'SUN' type jvm: null
{noformat}
It happens because default is defined in
[
JvmElement.java#L76|https://github.com/wildfly/wildfly-core/blob/master/h...]
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)