[jboss-jira] [JBoss JIRA] (AS7-5725) How do i provide JVM arguments for heap size

Peddi Praveen (JIRA) jira-events at lists.jboss.org
Thu Oct 11 02:14:02 EDT 2012


Peddi Praveen created AS7-5725:
----------------------------------

             Summary: 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
    Affects Versions: 7.1.0.Final
         Environment: RHEL  5
            Reporter: Peddi Praveen


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: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list