sysctl -w net.ipv4.tcp_window_scaling="1"
sysctl -w net.core.rmem_default="253952"
sysctl -w net.core.wmem_default="253952"
sysctl -w net.core.rmem_max="16777216"
sysctl -w net.core.wmem_max="16777216"
sysctl -w net.ipv4.tcp_rmem="253952 253952 16777216"
sysctl -w net.ipv4.tcp_wmem="253952 253952 16777216"
sysctl -w net.core.netdev_max_backlog="30000"
sysctl -w net.core.somaxconn="1024"
sysctl -w net.ipv4.tcp_max_syn_backlog="1024"
ulimit -SHn 65535
sysctl -w net.ipv4.tcp_max_tw_buckets="1800000"
sysctl -w net.ipv4.tcp_timestamps="1"
sysctl -w net.ipv4.tcp_tw_reuse="1"
========
http://meetup.toast.com/posts/53
http://meetup.toast.com/posts/54
http://meetup.toast.com/posts/55
'Linux' 카테고리의 다른 글
shell command 결과가 less로 자동으로 paging 될때 (0) | 2020.12.23 |
---|---|
[CentOS] 7으로 버전업된 방화벽관리(firewall-cmd) (0) | 2017.12.01 |
Varnish 설치 하기 (0) | 2017.05.04 |
확장자 바꾸기, Bash에서 확장자 일괄 변환하기, 파일명 확장자 분리하기 (0) | 2017.04.09 |
systemd에서 부팅시 실행할 서비스 관리하기 (CentOS 7) (0) | 2016.10.25 |