Faster network?

Peter Jones pjones at redhat.com
Thu Mar 9 21:01:06 UTC 2006


On Fri, 2006-03-03 at 20:47 -0600, Jeff Vian wrote:
> On Fri, 2006-03-03 at 10:34 +0100, shrek-m at gmx.de wrote:
> > On 03.03.2006 09:12, Mike Chambers wrote:
> > 
> > >echo 256960 >> /proc/sys/net/core/rmem_default
> > >echo 256960 >> /proc/sys/net/core/rmem_max
> > >echo 256960 >> /proc/sys/net/core/wmem_default
> > >echo 256960 >> /proc/sys/net/core/wmem_max
> > >echo 0 >> /proc/sys/net/ipv4/tcp_timestamps
> > >echo 1 >> /proc/sys/net/ipv4/tcp_sack
> > >echo 1 >> /proc/sys/net/ipv4/tcp_window_scaling
> > >
> > 
> > why  ">>"   ?
> > imho this should be  ">"
> > 
> > 
> For me it works with either syntax, but AFAIK the > is the best (and
> most universal) choice

If you're going to do this stuff, why not do it right instead, and put

net.core.rmem_default = 256960

into /etc/sysctl.conf ?
-- 
  Peter




More information about the fedora-test-list mailing list