extend the memory of jvm
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
|