小编use*_*080的帖子

记分牌已满,而不是MaxRequestWorkers

我在项目中使用Apache和Tomcat和mod-jk.我的Web应用程序位于Tomcat实例中.我正在使用Apache jmeter来测试tomcat上的http加载.但我得到错误记分板已满,而不是MaxRequestWorkers即使有1000个线程.

[mpm_event:error] [pid 24313:tid 3075319488] AH00485: scoreboard is full, not at MaxRequestWorkers

[mpm_event:error] [pid 24313:tid 3075319488] AH00484: server reached MaxRequestWorkers setting, consider raising the MaxRequestWorkers setting
Run Code Online (Sandbox Code Playgroud)

我已经为大约5000个线程配置了http-mpm.

httd-mpm.conf文件是:

<IfModule mpm_event_module>
    ServerLimit              200
    StartServers             3
    MinSpareThreads          75
    MaxSpareThreads          250
    MaxClients               5000 
    ThreadsPerChild          25
    MaxRequestWorkers        5000
    MaxConnectionsPerChild   5000
</IfModule>
Run Code Online (Sandbox Code Playgroud)

有人可以指导我这个配置中可能出现的问题吗?

apache tomcat mod-jk httpd.conf

12
推荐指数
2
解决办法
2万
查看次数

标签 统计

apache ×1

httpd.conf ×1

mod-jk ×1

tomcat ×1