Increasing PID count
Learn how to increase the maximum number of threads (PID count).
About this task
ceph-osd daemons can terminate and
fail to start again. If this happens, increase the maximum possible number of threads
allowed.Temporarily increase the maximum number of threads
sysctl -w kernel.pid.max=PID_COUNTFor
example,
[root@mon ~]# sysctl -w kernel.pid.max=4194303
Permanently increase the maximum number of threads
For
example,
[root@mon ~]# sysctl -w kernel.pid.max=4194303