echo " net.ipv4.tcp_window_scaling = 1 net.core.somaxconn = 8096 net.core.wmem_max = 16777216 net.core.rmem_max = 16777216 net.ipv4.tcp_fin_timeout = 60 net.ipv4.tcp_tw_recycle = 1 net.ipv4.tcp_tw_reuse = 1 net.ipv4.tcp_mem = 8388608 12582912 16777216 net.ipv4.tcp_wmem = 253952 253952 16777216 net.ipv4.tcp_rmem = 253952 253952 16777216 net.ipv4.udp_mem = 8388608 12582912 16777216 net.core.rmem_default=253952 net.core.wmem_default=253952 ">> /etc/sysctl.conf ulimit -SHn 65535
increase network limit
sysctl net.core.somaxconn=1024 ifconfig eno1 txqueuelen 5000 sysctl net.core.netdev_max_backlog=2000 sysctl net.ipv4.tcp_max_syn_backlog=2048 ifconfig eno1 down && ifconfig eno1 up sudo /etc/init.d/network restart
CentOS TCP 성능 튜닝 - Apache 성능 최대화
API World for Mobile Developers 잡동사니 API Prover Certification 미니렉스 2017. 6. 12. 17:09 웹서버 성능시험중에 발생한 오류 증상에 대하여 다양한(?)
https://chsoong.tistory.com/47

리눅스 서버의 TCP 네트워크 성능을 결정짓는 커널 파라미터 이야기 - 3편 : TOAST Meetup
리눅스 서버의 TCP 네트워크 성능을 결정짓는 커널 파라미터 이야기 - 3편
https://meetup.toast.com/posts/55
