Hi!

You shouldn't set thread pool size to such high values.
It's recommended to leave it default (number of available cores), or 2 x
number of cores.

> I found  Public thread pool idle numbers on every node is always 0
What do you mean by that? How did you check it?

CPU load may be low, if tasks, that you run, are sequential and cannot be
parallelized. Make sure, that all threads are not waiting for each other
and they are actually doing usefull work.

Denis

пн, 27 нояб. 2017 г. в 7:17, Aurora <[email protected]>:

> hi
> Ignite version 2.2, 14 nodes based on 7 cloud servers with 16 cores.
> when running, I found  Public thread pool idle numbers on every node is
> always 0.
>
> Initially, I changed the configuration "publicThreadPoolSize" from 64, 128,
> then 256 now.
> The CPU usage is not high ,  average 20-30%.
>
> how to solve it ?
> and I need increase it to 512 or more ?
>
> thanks.
>
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>

Reply via email to