开发者社区> 问答> 正文

如何提高apache最大并发连接数


实例规格 :
CentOS 6.7 64位元
ecs.m1.xlarge
CPU : 8核
内存 : 32GB
当前使用带宽 : 10Mbps


apache设定如下 :
Compiled in modules:
  core.c
  prefork.c
  http_core.c
  mod_so.c
----------
KeepAlive On
MaxKeepAliveRequests 512
KeepAliveTimeout 30


<IfModule prefork.c>
StartServers 8
MinSpareServers 5
MaxSpareServers 20
ServerLimit 512
MaxClients 512
MaxRequestsPerChild 4000
</IfModule>
----------
使用apache-jmeter-3.3进行压力测试,但apache进程最多跑到250,log出现http 503,想请问是什么原因呢?

展开
收起
問問 2017-10-21 12:36:56 2487 0
0 条回答
写回答
取消 提交回答
问答分类:
问答标签:
问答地址:
问答排行榜
最热
最新

相关电子书

更多
Apache Flink技术进阶 立即下载
Apache Spark: Cloud and On-Prem 立即下载
Hybrid Cloud and Apache Spark 立即下载

相关镜像