首页 > 服务器 > Linux服务器 > 正文

Linux下进程数量的限制pid_max的配置方法

2024-09-05 23:04:49
字体:
来源:转载
供稿:网友

这是在阅读另外一个产品的告警指导书时,无意中发现 pid_max 这个参数。

原来Linux内核对于进程的数量使用 pid_max 做控制。

做一些简单的试验,如下演示获取当前配置值的方法:

# cat /proc/sys/kernel/pid_max32768# sysctl -a|grep pid_maxkernel.pid_max = 32768

如下是 sysctl 命令的帮助。

# sysctl -hUsage: sysctl [options] [variable[=value] ...]Options: -a, --all   display all variables -A     alias of -a -X     alias of -a  --deprecated  include deprecated parameters to listing -b, --binary   print value without new line -e, --ignore   ignore unknown variables errors -N, --names   print variable names without values -n, --values   print only values of a variables -p, --load[=] read values from file -f     alias of -p  --system   read values from all system directories -r, --pattern       select setting that match expression -q, --quiet   do not echo variable set -w, --write   enable writing a value to variable -o     does nothing -x     does nothing -d     alias of -h -h, --help  display this help and exit -V, --version output version information and exitFor more details see sysctl(8).

 

总结

以上所述是小编给大家介绍的Linux下进程数量的限制pid_max的配置方法,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对VEVB武林网网站的支持!


注:相关教程知识阅读请移步到服务器教程频道。
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表