system parameters
cat >> /etc/sysctl.conf
fs.file-max=6815744
kernel.sem = 250 32000 100 142
kernel.shmmni = 4096
net.core.rmem_default=262144
net.core.wmem_default=262144
net.core.rmem_max=4194304
net.core.wmem_max=1048576
net.ipv4.ip_local_port_range = 1024 65500
EOF
Â
Apply the changed parameters with the command:
/sbin/sysctl –p
Â
Check the parameters with the command:
/sbin/sysctl –a | grep parameter
Â
Discussion ¬