Re: G1 pauses and number of application threads

2017-10-12 Thread Stefan Johansson
Hi Nicola, See my comments below. On 2017-10-11 18:49, Nicola Ferraro wrote: Hi, I've started to look at G1 garbage collector internals and I would like to know if the performance of G1 are affected by the number of threads in the application. Doing a STW means stopping all application threa

G1 pauses and number of application threads

2017-10-11 Thread Nicola Ferraro
Hi, I've started to look at G1 garbage collector internals and I would like to know if the performance of G1 are affected by the number of threads in the application. Doing a STW means stopping all application threads, and this suggests me that the more threads you have in your application, the lon