JVM Options
java, jvmOptionsSizing Option Description Example -Xms min heap size -Xms8G -Xmx max heap size -Xmx8G -Xmn min and max young size -Xmn2G
Apr 20, 2017
OptionsSizing Option Description Example -Xms min heap size -Xms8G -Xmx max heap size -Xmx8G -Xmn min and max young size -Xmn2G
Apr 20, 2017
Areas Shared Amoung ThreadsMethod AreaIt stores following information, which are loaded by classloaders. class information the bytecode of
Apr 20, 2017