How would I check if the environment I inherited is using a GC algorithm in Jetty? I searched for 'parallel', and also for 'garbage' in Jetty's etc directory and did not come up with anything. I am assuming if it was specified it would be in Jetty.XML or perhaps start.ini?
Thanks On Mon, Nov 25, 2013 at 9:39 AM, Joakim Erdfelt <[email protected]> wrote: > 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 - 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 > _______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
