mirror of
https://github.com/ceph/ceph
synced 2024-12-29 23:12:27 +00:00
Merge pull request #934 from cernceph/wip-rgw-ulimit
radosgw: increase nofiles ulimit on sysvinit machines
This commit is contained in:
commit
31b0823deb
@ -80,7 +80,7 @@ case "$1" in
|
||||
fi
|
||||
|
||||
#start-stop-daemon --start -u $user -x $RADOSGW -- -n $name
|
||||
daemon --user="$user" "$RADOSGW -n $name"
|
||||
daemon --user="$user" "ulimit -n 32768; $RADOSGW -n $name"
|
||||
echo "Starting $name..."
|
||||
done
|
||||
daemon_is_running $RADOSGW
|
||||
|
Loading…
Reference in New Issue
Block a user