Merge pull request #208 from coreos-inc/optpriv
Make the doupdatelimits script optional
This commit is contained in:
commit
24d53e9744
1 changed files with 1 additions and 1 deletions
|
@ -2,4 +2,4 @@
|
|||
set -e
|
||||
|
||||
# Update the connection limit
|
||||
sysctl -w net.core.somaxconn=1024
|
||||
sysctl -w net.core.somaxconn=1024 || true
|
Reference in a new issue