bioyino icon indicating copy to clipboard operation
bioyino copied to clipboard

inner slow-w-len metric

Open Karsonito opened this issue 2 years ago • 2 comments

Hello! Please explain what inner slow-w-len metric means? Periodically I get 1 as value. Which settings should be tuned if something wrong?

Karsonito avatar Sep 16 '22 16:09 Karsonito

This metric shows the queue length for tasks performed at slow threads. As slow threads can be of heavy calculations, 1 is most probably not the issue you should worry about. If it goes too high, you may try increasing the number of worker threads (w-threads). There is also task-queue-size parameter, but it's default value 1024, setting it to a higher one will most probably give you nothing than increased memory consumption.

Albibek avatar Sep 17 '22 01:09 Albibek

Thanks for explaining!

Karsonito avatar Sep 17 '22 09:09 Karsonito