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
