Linux System kernel Optimization (i)

Source: Internet
Author: User


Linux kernel parameter tuning (for large concurrent Web servers)


cat > /etc/sysctl.conf < eofnet.ipv4.tcp_ syncookies = 1fs.file-max = 999999  net.ipv4.tcp_tw_reuse = 1   net.ipv4.tcp_keepalive_time = 600  net.ipv4.tcp_fin_timeout = 30   net.ipv4.tcp_max_tw_buckets = 5000  net.ipv4.ip_local_port_range = 1024  61000  net.ipv4.tcp_rmem = 10240 87380 12582912  net.ipv4.tcp_ wmem = 10240 87380 12582912  net.core.netdev_max_backlog = 8096   net.core.rmem_default = 6291456  net.core.wmem_default = 6291456   net.core.rmem_max = 12582912  net.core.wmem_max = 12582912   Net.ipv4.tcp_max_syn_backlog = 1024 eof 



This article is from the "XWB" blog, make sure to keep this source http://xiewb.blog.51cto.com/11091636/1792542

Linux System kernel Optimization (i)

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.