Skip to content

Commit

Permalink
Increase ulimit -n for apiserver.
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrzadkowski committed Apr 2, 2015
1 parent a94ffc8 commit 65c2942
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 65c2942

Please sign in to comment.