mirror of
https://github.com/ceph/ceph
synced 2024-12-19 09:57:05 +00:00
14a0c2a727
For CONFIG_BASE_FULL Linux kernels, the maximum number of proc/thread IDs is set to 32768 by default. This default limit can be quite easily hit during recovery on nodes with high OSD counts. To avoid hitting the pid_max default limit, attempt to configure it to 4194304, which corresponds to the maximum limit possible on 64-bit CONFIG_BASE_FULL kernels. Fixes: http://tracker.ceph.com/issues/21929 Signed-off-by: David Disseldorp <ddiss@suse.de>
3 lines
41 B
Plaintext
3 lines
41 B
Plaintext
fs.aio-max-nr = 1048576
|
|
@sysctl_pid_max@
|