Skip to content
Advertisement

How to set heap size for java environment manually?

How to set java heap size and check it manually?

Advertisement

Answer

See this
http://www.caucho.com/resin-3.0/performance/jvm-tuning.xtp
if you want to watch how much memory is consuming and more by your program, use jvisualvm.exe (this will be available under %JAVA_HOME%/bin folder)

User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement