gpt4 book ai didi

java - AH00326 : Server ran out of threads to serve requests. 考虑提高 ThreadsPerChild 设置

转载 作者:行者123 更新时间:2023-11-30 06:23:59 25 4
gpt4 key购买 nike

我正在运行 java 应用程序 apache 2.4 。有一些配置设置是在apache中完成的。但是我的应用程序在启动服务后突然无法运行。

我还启用了 httpd-mpm。

<IfModule mpm_prefork_module>
StartServers 5
MinSpareServers 5
MaxSpareServers 10
MaxRequestWorkers 150
MaxConnectionsPerChild 0
</IfModule>

<IfModule mpm_worker_module>
ServerLimit 40
StartServers 2
MaxClients 1000
MinSpareThreads 25
MaxSpareThreads 75
ThreadsPerChild 250
MaxRequestWorkers 1000
MaxConnectionsPerChild 0
</IfModule>

<IfModule mpm_netware_module>
ThreadStackSize 65536
StartThreads 250
MinSpareThreads 25
MaxSpareThreads 250
MaxThreads 1000
MaxConnectionsPerChild 0
</IfModule>

<IfModule mpm_winnt_module>
ThreadsPerChild 1000
MaxConnectionsPerChild 100
</IfModule>

我检查了apache错误日志:

AH00326: Server ran out of threads to serve requests. Consider raising the ThreadsPerChild setting

我想我需要做一些配置更改。但没有任何想法。

你能帮我一下吗?我正在寻找过去几天的解决方案。

My apache 2.4 running under windows 2012.

最佳答案

如果是Windows服务器,请将mpm_winnt_module中的ThreadsPerChild增加到1920(mpm_winnt的默认ThreadLimit),然后重新启动Apache服务。

关于java - AH00326 : Server ran out of threads to serve requests. 考虑提高 ThreadsPerChild 设置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47592041/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com