5 lines
84 B
Bash
5 lines
84 B
Bash
|
#! /bin/bash
|
||
|
set -e
|
||
|
|
||
|
# Update the connection limit
|
||
|
sysctl -w net.core.somaxconn=1024
|