diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/ceph.limits.d | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/ceph.limits.d b/etc/ceph.limits.d new file mode 100644 index 00000000000..702aa0332ec --- /dev/null +++ b/etc/ceph.limits.d @@ -0,0 +1,9 @@ +# /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 |