Which collector to use

Which collector is really the best? The answer is that it depends a lot on the machine type and memory area allocations, for example. In the following table, we summarize some of the major benefits of each collector mentioned previously:

Collector

When to use

Serial

Single-processor machines and small heaps

Parallel

Multiprocessor machines and applications that require high throughput

Concurrent

Fast processor machines and applications with strict SLAs that require quick response times

G1

Multiprocessor server machines with applications using large heaps (>6GB) and in need of minimal GC latency

As you can see, the serial collector is not really an option for enterprise solutions of today.

Should your application ...

Get WildFly Performance Tuning now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.