From: Sage Weil Date: Mon, 28 Jul 2014 16:27:20 +0000 (-0700) Subject: upstart/ceph-osd.conf: bump nofile limit up by 10x X-Git-Tag: v0.83~2^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F2156%2Fhead;p=ceph.git upstart/ceph-osd.conf: bump nofile limit up by 10x This should ensure that we don't hit this limit on all but the very biggest clusters. We seen it hit on a ~500 OSD dumpling cluster. Backport: firefly, dumpling Signed-off-by: Sage Weil --- diff --git a/src/upstart/ceph-osd.conf b/src/upstart/ceph-osd.conf index 7175c2d93008..498201d1fc28 100644 --- a/src/upstart/ceph-osd.conf +++ b/src/upstart/ceph-osd.conf @@ -6,7 +6,7 @@ stop on runlevel [!2345] or stopping ceph-osd-all respawn respawn limit 5 30 -limit nofile 32768 32768 +limit nofile 327680 327680 pre-start script set -e