Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Garbage collection

Hi,

Which garbage collection algorithm does Jetty use by default?
As I understand Java has the following:

- Serial
- Parallel  +UseParallelGC
- Concurrent

JVM uses serial by default, AFAIK, and since my system is multi-core I
would assume that I should change JVM to use Parallel GC with Jetty?

Thank you


Back to the top