The completion suggester uses a new threadpool equals to the number of proc (32 in codfw). This value needs to be changed because we could run 32+49 queries.
A value of 10 seems to work well on codfw but maybe we should decrease the search thread pool from 49 to 39.
It's even harder in eqiad since the number of proc is not the same on all machines.
This is the purpose of this ticket: find the best strategy for thread pools.