Add test fix and make sure Quay ups the connection count in its container

This commit is contained in:
Joseph Schorr 2014-08-25 14:23:21 -04:00
parent ee3ad9e7c3
commit 09a1c4d2b5
4 changed files with 12 additions and 2 deletions

5
conf/init/doupdatelimits.sh Executable file
View file

@ -0,0 +1,5 @@
#! /bin/bash
set -e
# Update the connection limit
sysctl -w net.core.somaxconn=1024