Merge pull request #2156 from ceph/wip-upstart-nfile

upstart/ceph-osd.conf: bump nofile limit up by 10x

Reviewed-by: Greg Farnum <greg@inktank.com>
This commit is contained in:
Gregory Farnum 2014-07-29 15:36:19 -04:00
commit 54330a0a09

View File

@ -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