ParNew collector



Contents of page >
  • 1) ParNew collector >
  • 2) Enable ParNew collector using VM parameter in java >




1) ParNew collector in java >
  • ParNew collector is the young generation collector.
  • ParNew collector is the parallel copy collector,
  • ParNew collector uses multiple threads in parallel.

2) Enable ParNew collector using VM parameter in java >
  • JVM (Vm) parameter for enabling ParNew collector is >
-XX:+UseParNewGC.

Summary -

So in this core java tutorial we learned what is ParNew collector.

Having any doubt? or you liked the tutorial! Please comment in below section.
Please express your love by liking JavaMadeSoEasy.com (JMSE) on facebook, following on google+ or Twitter.



RELATED LINKS>

Most important and frequently used VM (JVM) PARAMETERS with examples in JVM Heap memory in java


What are -Xms and -Xmx JVM parameters





Monitor, analyze garbage collection and fix MEMORY LEAK >

>How to monitor and analyze the garbage collection in 10 ways in java

>Detecting and fixing memory leak in java

Labels: Core Java JVM
eEdit
Must read for you :