This website requires JavaScript.
Explore
Help
Sign in
vbatts
/
quay
Archived
Watch
1
Star
0
Fork
You've already forked quay
0
Code
Issues
Pull requests
Releases
Wiki
Activity
This repository has been archived on
2020-03-24
. You can view files and clone it, but cannot push or open issues or pull requests.
17d7828f1a
quay
/
conf
/
init
/
doupdatelimits.sh
5 lines
92 B
Bash
Raw
Normal View
History
Unescape
Escape
Add test fix and make sure Quay ups the connection count in its container
2014-08-25 18:23:21 +00:00
#! /bin/bash
set
-e
# Update the connection limit
Make the doupdatelimits script optional Without the `privileged` flag or the proper kernel capability, this command can fail the start of the container. With this change, we still print the error message, but don't fail container start. The downside of this command not running is a lower maximum connection count (128), which should be okay for most of our enterprise customers.
2015-07-01 12:13:36 +00:00
sysctl -w net.core.somaxconn
=
1024
||
true
Reference in a new issue
Copy permalink