The parallel collectors seem to use as many garbage collector (GC) threads as there are processors on the machine. How can I ask for more or fewer GC threads?
Related Questions
- The parallel collectors seem to use as many garbage collector (GC) threads as there are processors on the machine. How can I ask for more or fewer GC threads?
- How many times may an objects finalize() method be invoked by the garbage collector?
- What is the Parallel Garbage collector (-XX:+UseParallelGC)?