rmem_max超过rmem_default

我刚安装了6.3新鲜的centos 6.3,注意到以下几点:

[root @ localhost user1]#cat / etc / redhat-release CentOS release 6.3(Final)

[root @ localhost user1]#

[root @ localhost user1]#cat / proc / sys / net / core / rmem_max 131071

[root @ localhost user1]#cat / proc / sys / net / core / rmem_default 229376

[root @ localhost user1]#cat / proc / sys / net / core / wmem_max 131071

[root @ localhost user1]#cat / proc / sys / net / core / wmem_default 229376

正如你所看到的,rmem_max比rmem_default更“小”,wmem_max比wmem_default更“轻”。

据我所知,wmem_max和rmem_max应该超过默认值?

编辑:

#cat / etc / redhat-release CentOS release 6.3(Final)

#uname -a Linux localhost.localdomain 2.6.32-279.el6.x86_64#1 SMP Fri Jun 22 12:19:21 UTC 2012 x86_64 x86_64 x86_64 GNU / Linux

<< link: https : //access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/7-Beta/html/Performance_Tuning_Guide/s-network-dont-adjust-defaults.html

请记住,rmem_default的值不能大于rmem_max(/ proc / sys / net / core / rmem_max)。 如果需要的话,增加rmem_max的值。

如果是“2.6.32-279”那么这是一个bug,升级它。 应该是相同或更多,如你在链接中提到的。