From caa9b3b2b6f40f4c925273553f240619a2498ca3 Mon Sep 17 00:00:00 2001 From: Patrick McLean Date: Mon, 31 Jul 2017 09:30:01 -0700 Subject: sys-cluster/ceph: Update default ulimits in 10.2.9 to more match upstream Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- sys-cluster/ceph/files/ceph.initd-r5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-cluster') diff --git a/sys-cluster/ceph/files/ceph.initd-r5 b/sys-cluster/ceph/files/ceph.initd-r5 index 9ed23b8489a..7087de60517 100644 --- a/sys-cluster/ceph/files/ceph.initd-r5 +++ b/sys-cluster/ceph/files/ceph.initd-r5 @@ -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" -- cgit v1.2.1