JVM Options

,

OptionsSizing Option Description Example -Xms min heap size -Xms8G -Xmx max heap size -Xmx8G -Xmn min and max young size -Xmn2G

Apr 20, 2017

Java Memory Model

,

Areas Shared Amoung ThreadsMethod AreaIt stores following information, which are loaded by classloaders. class information the bytecode of

Apr 20, 2017