Skip to content

Commit

Permalink
Merge pull request kubernetes#6353 from fgrzadkowski/perf
Browse files Browse the repository at this point in the history
Increase ulimit -n for apiserver.
  • Loading branch information
brendandburns committed Apr 2, 2015
2 parents 67003f3 + 65c2942 commit 51ec400
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cluster/saltbase/salt/kube-apiserver/initd
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ DAEMON_USER=kube-apiserver
#
do_start()
{
# Raise the file descriptor limit - we expect to open a lot of sockets!
ulimit -n 65536

# Return
# 0 if daemon has been started
# 1 if daemon was already running
Expand Down

0 comments on commit 51ec400

Please sign in to comment.