How do i provide JVM arguments for heap size
--------------------------------------------
Key: AS7-5725
URL:
https://issues.jboss.org/browse/AS7-5725
Project: Application Server 7
Issue Type: Clarification
Environment: RHEL 5
Reporter: Peddi Praveen
Labels: jboss
Im unable to set the JVM arguments in clustered environment, i have provided the JVM
values in host.xml of the managed server as below
<jvms>
<jvm name="default">
<heap size="768m" max-size="768m"/>
<permgen size="128m" max-size="384m"/>
<jvm-options>
<option value="-server"/>
</jvm-options>
</jvm>
</jvms>
And when i grep the process ID i see that min heap size is 64m instead of 768m.
Is there any other location that i need provide these JVM settings?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: