How is the default java heap size determined? - Stack Overflow You can use the following command to...

Please Visit: http://ift.tt/1ajReyV



How is the default java heap size determined? - Stack Overflow



You can use the following command to find out the defaults on the system where your applications runs.



java -XX:+PrintFlagsFinal -version

Look for the options MaxHeapSize (for -Xmx) and InitialHeapSize for -Xms.

On a Unix/Linux system, you can do



java -XX:+PrintFlagsFinal -version | grep HeapSize

http://ift.tt/1sJcFUl

http://ift.tt/1qF5gqH



How is the default java heap size determined? - Stack Overflow







from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1sJcGHU

via LifeLong Community

No comments:

Post a Comment