Hi,
Can you please guide me how to configure thread pools in Threaded kernel mode.
In old Process mode, we used to configure # max online engines <= number of cores.
Then, check with sysmon and make the average CPU busy between 70%-90% (by adding or dropping engines)... this way, we make sure that our engines are being utilized optimally.
Now in Threaded mode, is it the same? Should we have number of threads ( syb_default_pool + syb_blocking_pool) <= number of cores?
Should we follow the same try and catch technique to configure number of threads in the syb_default_pool?
Thanks,
Marc