mirror of
https://github.com/ceph/ceph
synced 2024-12-19 18:02:46 +00:00
c7ee798a0f
Specify the nofile ulimit in one standard place, where everyone expects it to be. Drop it from the ceph-osd unit file. Leave upstart and sysvinit untouched for the time being to avoid compat issues. Signed-off-by: Sage Weil <sage@redhat.com>
10 lines
243 B
D
10 lines
243 B
D
# /etc/security/limits.d/ceph
|
|
#
|
|
#<domain> <type> <item> <value>
|
|
#
|
|
|
|
# We want a very large value for nofile for the ceph user as the ceph
|
|
# clients and daemons consume lots and lots of file descriptors.
|
|
|
|
ceph - nofile 4194304
|