码迷,mamicode.com
首页 > 其他好文 > 详细

2.6内核调优

时间:2017-05-30 18:05:23      阅读:181      评论:0      收藏:0      [点我收藏+]

标签:ash   tde   内核调优   trie   .net   syn   div   ret   out   

net.ipv4.ip_local_port_range = 1024 65536  
net.core.rmem_max=16777216 
net.core.wmem_max=16777216 
net.ipv4.tcp_rmem=4096 87380 16777216  
net.ipv4.tcp_wmem=4096 65536 16777216  
net.ipv4.tcp_fin_timeout = 30 
net.core.netdev_max_backlog = 30000 
net.ipv4.tcp_no_metrics_save=1 
net.core.somaxconn = 262144 
net.ipv4.tcp_syncookies = 1 
net.ipv4.tcp_max_orphans = 262144 
net.ipv4.tcp_max_syn_backlog = 262144 
net.ipv4.tcp_synack_retries = 2 
net.ipv4.tcp_syn_retries = 2 

  

2.6内核调优

标签:ash   tde   内核调优   trie   .net   syn   div   ret   out   

原文地址:http://www.cnblogs.com/feral/p/6920442.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!