php startservers minspareservers,nginx – php-fpm:帮助理解start_servers,min_spare_servers,max_spare_serve...

基本上,当您像以前一样设置为动态时,php-fpm随时运行的进程数量是非常可配置的.设置为static时,总会有许多子进程在运行.通常,您将其设置为动态以节省资源.每个子进程都可以处理一个请求.上限取决于您的php应用程序的重量以及获得的流量.您还应该计算每个孩子的内存消耗的平均值,并确保您永远不允许子项数超过服务器上安装的ram数量,否则您将开始交换甚至让内核开始终止进程​​.

; Choose how the process manager will control the number of child processes.

; Possible Values:

; static - a fixed number (pm.max_children) of child processes;

; dynamic - the number of child processes are set dynamically based on the

; following directives:

; pm.max_children - the maximum number of children that can

; be alive at the same time.

; pm.start_servers - the number of children created on startup.

; pm.min_spare_servers - the minimum number of children in 'idle'

; state (waiting to process). If the number

; of 'idle' processes is less than this

; number then some children will be created.

; pm.max_spare_servers - the maximum number of children in 'idle'

; state (waiting to process). If the number

; of 'idle' processes is greater than this

; number then some children will be killed.

; Note: This value is mandatory.

设置这些选项时请考虑以下事项:

>您的平均要求有多长?>网站的最大同时访问者数量是多少?>每个子进程平均消耗多少内存?

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值