Reputation: 1380
I have a NiFi node with 40 CPU's and 12 cores per CPU. I have set the 'Maximum Timer Driven Thread Count' to 30. Still it seems some processors are painfully slow.
Can someone please tell me what the optimal value for this variable is based on the CPU's? This information is not available anywhere. Thanks!
Upvotes: 2
Views: 5466
Reputation: 1668
The processor itself might be slow.. Increasing the Maximum Timer Driven Thread Count
is not enough(although you can probably increase it even more.)
You should increase the Concurrent Tasks
for the slow processors. That will make those processors run on multiple threads.
Upvotes: 3