sys-cluster/ceph: Update default ulimits in 10.2.9 to more match upstream
authorPatrick McLean <chutzpah@gentoo.org>
Mon, 31 Jul 2017 16:30:01 +0000 (09:30 -0700)
committerPatrick McLean <chutzpah@gentoo.org>
Mon, 31 Jul 2017 16:30:14 +0000 (09:30 -0700)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

sys-cluster/ceph/files/ceph.initd-r5

index 9ed23b8489a84158c6c4a378eb6177eb9246107a..7087de605175ad4f9f5566c807ae42690e82d386 100644 (file)
@@ -9,7 +9,7 @@ daemon_id="${daemon_id:-0}"
 : ${rundir:=/run/ceph}
 : ${user:=ceph}
 : ${group:=ceph}
-: ${rc_ulimit:=-n 32768}
+: ${rc_ulimit:=-n 131072 -u 257256}
 
 pidfile="${rundir}/supervisor-${daemon_type}.${daemon_id}.pid"
 daemon_pidfile="${rundir}/${daemon_type}.${daemon_id}.pid"