Jetty (the default distribution) is not configured for any specific GC
algorithm.
The JVM you use to start Jetty can be configured to use whatever technique
you want to.

Since we run on a huge variety of hardware (from super small embedded
systems, to mobile handsets, to desktops, to commodity server hardware, and
even up to massively parallel compute engines) we don't tend to specify JVM
specific configurations in our default distribution.


--
Joakim Erdfelt <[email protected]>
webtide.com <http://www.webtide.com/> - intalio.com/jetty
Expert advice, services and support from from the Jetty & CometD experts
eclipse.org/jetty - cometd.org


On Mon, Nov 25, 2013 at 10:33 AM, Sam Giraffe <[email protected]> wrote:

> 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
> _______________________________________________
> jetty-users mailing list
> [email protected]
> https://dev.eclipse.org/mailman/listinfo/jetty-users
>
_______________________________________________
jetty-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/jetty-users

Reply via email to