jooby icon indicating copy to clipboard operation
jooby copied to clipboard

Undertow. Number of worker threads

Open dzmitrybeinia opened this issue 2 years ago • 0 comments

Referring to documentation a number of worker threads should be 16 as minimum

https://jooby.io/#execution-model-worker-executor

image

but the actual number of threads by default is counted as

https://github.com/jooby-project/jooby/blob/2.x/jooby/src/main/java/io/jooby/ServerOptions.java#L72

dzmitrybeinia avatar Aug 09 '22 12:08 dzmitrybeinia