springboot的zuul网关并发控制配置调优
#服务器配置 2核2G
#springboot 1.5.7.RELEASE
#最大连接数
server.tomcat.max-connections=3000
#最大线程数
server.tomcat.max-threads=200
#熔断器:请求超时时间
hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds=60000
#熔断器:使用信号量模式
hystrix.command.default.execution.
原创
2020-08-11 11:53:25 ·
1877 阅读 ·
0 评论