|
Home > Archive > WebSphere Application Server > April 2005 > extend jvm memory
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| hello
following command can extend the jvm memory:
java -Xmx512m ....
but if my app run on websphere server,and i don't start it from command line,how can i extend the jvm memory quota?i guess there should be a config file in jre or websphere server.but i don't know how?
who can help me?
thank you
| |
| Ken Hygh 2005-04-18, 5:54 pm |
| zhebincong@tom.com wrote:
>hello
>
>following command can extend the jvm memory:
>java -Xmx512m ....
>but if my app run on websphere server,and i don't start it from command line,how can i extend the jvm memory quota?i guess there should be a config file in jre or websphere server.but i don't know how?
>
>who can help me?
>
>thank you
>
>
It's on the 'Application Server' - there are JVM settings including this
that you can set.
Ken
|
|
|
|
|