Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Feb 2007 09:41:53 +0100
From:      <garcol@postino.it>
To:        <freebsd-performance@freebsd.org>
Subject:   RE:: 6.x, 4.x ipfw/dummynet pf/altq - network performance issues
Message-ID:  <001401c7526f$7b848b80$1df522d4@elitel>

next in thread | raw e-mail | index | archive | help
Hi,=20
     if you disable sack, what's happend?
(sysctl net.inet.tcp.sack.enable=3D0)=20
(Are Memory and cpu OK?)


For route problem you can set this to a low value, for example 10=20
sysctl net.inet.ip.rtexpire: 10
See =
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/securing-freebs=
d.html

Why do you modify this?, reset to original 4.x values.
net.inet.ip.rtmaxcache=3D1024


Try to set this to 0 disable the optimization of the bandwidth delay =
product for all TCP connections (but it's useful on GE interface).
sysctl net.inet.tcp.inflight.enable=3D0



If you use a SMP kernel you can try to set this or try to set anyway:

sysctl machdep.hyperthreading_allowed=3D1
sysctl machdep.cpu_idle_hlt=3D0

See  kern/83406: [smp] em/bge drivers: severe performance loss under SMP


Let's me know
Regards=20
Alessandro



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?001401c7526f$7b848b80$1df522d4>