[
https://issues.jboss.org/browse/WFCORE-2784?page=com.atlassian.jira.plugi...
]
Brian Stansberry commented on WFCORE-2784:
------------------------------------------
The server vm config needs to come via the <jvm> element; we don't want it being
controlled by the HC VM settings, as the server can be running a completely different JDK
from the HC. And trying to intelligently mix the two sounds like a bug nest.
But being clever about ignoring stuff that we know won't work makes sense if we can. I
forget how the permgen/metaspace stuff worked (i.e. how the HC knew the server's VM
version) but it seems like it must have since it's the same kind of problem.
Host controller should allow passing jvm parameters to servers
--------------------------------------------------------------
Key: WFCORE-2784
URL:
https://issues.jboss.org/browse/WFCORE-2784
Project: WildFly Core
Issue Type: Enhancement
Components: Domain Management
Reporter: Tomaz Cerar
Assignee: Brian Stansberry
It should be possible passing jvm options from host controller to servers runing in it.
One such example is passing -ea to servers if passed to host controller
other example is passing JDK9 specific parameters trough
idea of implementation
https://github.com/wildfly/wildfly-core/pull/2394/commits/d824be5c6d973e4...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)