Re: Ignite thread pool configuration

2020-10-07 Thread VeenaMithare
Thanks Denis, regards, Veena. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Ignite thread pool configuration

2020-10-05 Thread Denis Magda
Give it a try but do some load testing close to your production workload. And then ramp the numbers up if needed. - Denis On Mon, Oct 5, 2020 at 12:56 AM VeenaMithare wrote: > Thanks Denis, > > I am thinking of setting the below thread pools as this on both client and > server since we dont

Re: Ignite thread pool configuration

2020-10-05 Thread VeenaMithare
Thanks Denis, I am thinking of setting the below thread pools as this on both client and server since we dont use data streamer, IGFS or Peer Class loading: Also our thick clients dont connect using REST . So thinking of adding the below configuration on our thick

Re: Ignite thread pool configuration

2020-10-03 Thread Denis Magda
You can certainly reduce its size ( https://ignite.apache.org/docs/latest/perf-and-troubleshooting/thread-pools-tuning#data-streamer-pool). But at the same time created but unused threads are just some objects that consume a bit of memory but don't use any CPU resources (until you start using

Re: Ignite thread pool configuration

2020-10-03 Thread VeenaMithare
I noticed that the DataStreamer thread pool size seems to be around 32 in my local machine. In our cluster setup we dont stream data from any external db . We use native persistence. Do you think it makes sense to reduce this pool size for both server and client configuraiton. I am not sure if

Re: Ignite thread pool configuration

2020-03-13 Thread Mikhail
Hi Dominik, You don't need to configure thread pools manually, you should do this only if you have some particular problem and think that this can be resolved by changing pool sizes. Ignite in 95% of cases automatically configure correct pools' sizes. So you didn't understand it correctly: The

Ignite thread pool configuration

2020-03-13 Thread Dominik Przybysz
Hi, I read the thread pool documentation ( https://apacheignite.readme.io/docs/thread-pools) but I need more information which thread pools I should configure/tune for my setup. I have 2 server nodes (partitioned cache) and some clients (without near or local chaches) which add cache entries via