Add test fix and make sure Quay ups the connection count in its container
This commit is contained in:
parent
ee3ad9e7c3
commit
09a1c4d2b5
4 changed files with 12 additions and 2 deletions
5
conf/init/doupdatelimits.sh
Executable file
5
conf/init/doupdatelimits.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#! /bin/bash
|
||||
set -e
|
||||
|
||||
# Update the connection limit
|
||||
sysctl -w net.core.somaxconn=1024
|
Reference in a new issue