Merge pull request #208 from coreos-inc/optpriv

Make the doupdatelimits script optional
This commit is contained in:
Jake Moshenko 2015-07-01 12:39:25 -04:00
commit 24d53e9744

View file

@ -2,4 +2,4 @@
set -e
# Update the connection limit
sysctl -w net.core.somaxconn=1024
sysctl -w net.core.somaxconn=1024 || true