Scoreboard is full,not at MaxRequestWorkers

前端 未结 4 1471
遥遥无期
遥遥无期 2021-02-19 19:55

I an using Apache and Tomcat with mod-jk in my project. My web application is in Tomcat instances. I am using Apache jmeter for testing http load on tomcat. But I\'m getting the

4条回答
  •  失恋的感觉
    2021-02-19 20:10

    This serverfault Q&A suggests that the event mpm may have a bug. The recommended settings for at least partial workaround:

    StartServers 3
    MinSpareServers 5
    MaxSpareServers 10
    ServerLimit 250
    MaxRequestWorkers 250
    MaxConnectionsPerChild 1000
    KeepAlive Off
    

提交回复
热议问题