Linux高并发参数优化-八零岁月
记录所见
分享所感

Linux高并发参数优化

/ect/security/limit.conf

root soft nofile 65535
root hard nofile 65535
* soft nofile 65535
* hard nofile 65535

/ect/sysctl.conf

vm.swappiness = 0
kernel.sysrq = 1

net.ipv4.neigh.default.gc_stale_time = 120

# see details in https://help.aliyun.com/knowledge_detail/39428.html
net.ipv4.conf.all.rp_filter = 0
net.ipv4.conf.default.rp_filter = 0
net.ipv4.conf.default.arp_announce = 2
net.ipv4.conf.lo.arp_announce = 2
net.ipv4.conf.all.arp_announce = 2

# see details in https://help.aliyun.com/knowledge_detail/41334.html
net.ipv4.tcp_max_tw_buckets = 5000
net.ipv4.tcp_syncookies = 1
net.ipv4.tcp_max_syn_backlog = 1024
net.ipv4.tcp_synack_retries = 2

文章转载请说明出处:八零岁月 » Linux高并发参数优化

分享到:更多 ()

吐槽集中营 抢沙发

评论前必须登录!