Using ES 2.2.0
Hi, I have a decently beefy machine, 16 core (hyper threaded to 32) 128GB RAM.
I decided to deploy 3 instances of of 20G RAM each... Rather then 1 instance of 30G. So this gives me an additional 30G of RAM.
My understanding is that ES will allocate it's internal thread pools what ever they maybe, by usually using the number of cores or even 2x cores?
So if one thread pool within a single instance is 32 threads and we deploy total of 3 instances. Does that mean now that there will be 96 threads contending for CPU resources?