Linux Server kernel parameter optimization (suitable for a variety of Web applications such as Apache,nginx,squid)

Source: Internet
Author: User

net.ipv4.tcp_fin_timeout=2

Net.ipv4.tcp_tw_reuse=1

Net.ipv4.tcp_tw_recycle=1

Net.ipv4.tcp_syncookies=1

net.ipv4.tcp_keepalive_time=600

net.ipv4.ip_local_port_range=4000 65000

net.ipv4.tcp_max_syn_backlog=16384

net.ipv4.route.gc_timeout=100

Net.ipv4.tcp_syn_retries=1

Net.ipv4.tcp_synack_retries=1

net.core.somaxconn=16384

net.core.netdev_max_backlog=16384

net.ipv4.tcp_max_orphans=16384

#以下参数是对iptables防火墙的优化, the firewall does not meet the prompts, you can ignore the

net.nf_conntrack_max=25000000

net.netfilter.nf_conntrack_max=25000000

net.netfilter.nf_conntrack_tcp_timeout_established=180

net.netfilter.nf_conntrack_tcp_timeout_time_wait=120

Net.netfilter.nf_conntrack_tcp_timeout_close_wait=60

net.netfilter.nf_conntrack_tcp_timeout_fin_wait=120

Linux Server kernel parameter optimization (suitable for a variety of Web applications such as Apache,nginx,squid)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.