spring boot server.jetty.acceptors和spring boot server.tomcat.max-connections的默认数量是多少

时间:2018-10-31 01:57:53

标签: spring-boot tomcat jetty

我犹豫使用springboot-jetty而不是springboot-tomcat,现在,我想比较一下jetty和tomcat的性能。 server.jetty.acceptors和server.tomcat.max-connections的数量是多少

2 个答案:

答案 0 :(得分:2)

您可以从spring-boot documentation获取所有默认值。 提取要求的值: server.jetty.acceptors=-1

server.tomcat.max-connections=10000

答案 1 :(得分:0)

server.jetty.acceptor和选择器的数量基于cpu内核。 https://www.jianshu.com/p/77068cd014f9