[jboss-jira] [JBoss JIRA] (WFCORE-165) Server jvm settings take effect only after host controller restart
Stuart Douglas (JIRA)
issues at jboss.org
Mon Oct 20 17:23:45 EDT 2014
[ https://issues.jboss.org/browse/WFCORE-165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Stuart Douglas updated WFCORE-165:
----------------------------------
Fix Version/s: 1.0.0.Alpha11
(was: 1.0.0.Alpha10)
> Server jvm settings take effect only after host controller restart
> -------------------------------------------------------------------
>
> Key: WFCORE-165
> URL: https://issues.jboss.org/browse/WFCORE-165
> Project: WildFly Core
> Issue Type: Feature Request
> Affects Versions: 1.0.0.Alpha9
> Reporter: Kabir Khan
> Assignee: Kabir Khan
> Fix For: 1.0.0.Alpha11
>
>
> If you start a domain/host with one server, and that server has e.g. a too small heap:
> {code}
> <server name="server-one" group="main-server-group">
> <jvm name="default">
> <heap size="64k" max-size="256m"/>
> <permgen size="256m" max-size="256m"/>
> <jvm-options>
> <option value="-server"/>
> </jvm-options>
> </jvm>
> </server>
> {code}
> The server will fail on boot:
> {code}
> [Server:server-one] Error occurred during initialization of VM
> [Server:server-one] Too small initial heap
> {code}
> Trying to call
> {code}
> /host=master/server-config=server-one/jvm=default:write-attribute(name=heap-size,value=64m)
> /host=master/server-config=server-one:start
> {code}
> results in the same error.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
More information about the jboss-jira
mailing list