#! /bin/bash set -e # Update the connection limit sysctl -w net.core.somaxconn=1024 || true