Re: a quick Q: is it normal to have the default value bigger than the max value

2012-06-27 Thread lina
On Wed, Jun 27, 2012 at 11:35 PM, lina wrote: > Hi, > > $ cat /proc/sys/net/core/rmem_default > 212992 > > $ cat /proc/sys/net/core/rmem_max > 131071 > > $ cat /proc/sys/net/core/wmem_default > 212992 > > $ cat /proc/sys/net/core/wmem_max > 131071 > > $ cat /proc/sys/net/core/optmem_max > 20480 >

a quick Q: is it normal to have the default value bigger than the max value

2012-06-27 Thread lina
Hi, $ cat /proc/sys/net/core/rmem_default 212992 $ cat /proc/sys/net/core/rmem_max 131071 $ cat /proc/sys/net/core/wmem_default 212992 $ cat /proc/sys/net/core/wmem_max 131071 $ cat /proc/sys/net/core/optmem_max 20480 is it normal to have the default value bigger than the max value? I have t