【发布时间】:2021-05-02 01:53:23
【问题描述】:
如何为undertow嵌入式服务器配置spring boot服务器线程(IO和Worker)? 提前致谢。
【问题讨论】:
标签: spring spring-boot undertow
如何为undertow嵌入式服务器配置spring boot服务器线程(IO和Worker)? 提前致谢。
【问题讨论】:
标签: spring spring-boot undertow
server.undertow.threads.io //Number of I/O threads to create for the worker. The default is derived from the number of available processors.
server.undertow.threads.worker //Number of worker threads. The default is 8 times the number of I/O threads.
【讨论】: