Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Apr 2007 08:49:17 +0200
From:      "Alessandro" <garcol@postino.it>
To:        <freebsd-performance@freebsd.org>
Subject:   FreeBSD-6.1 reboots due to high mbufs 
Message-ID:  <000c01c774f3$0ac90690$05010b0a@elitel>

next in thread | raw e-mail | index | archive | help
Hi,

I think the tcp connections remain in ESTABLISHED for a long time, it =
can depend from satellite link (high delay) or a problem with TCP timing =
in 6.1.  (The hardware configurations is the same of 4.x box?)

First of all you can try to set:
sysctl net.inet.tcp.inflight.enable=3D0
and then:
sysctl net.isr.direct=3D0
sysctl net.inet.tcp.slowstart_flightsize=3D4 or more


Can you upgrade FreeBSD?=20
Can you run a "systat -vm 1" and "top"?
If you run netstat -in no errors are report?

If there are a lot of connections a lot of nmbclusters are used, you can =
run=20
"netstat -na | grep ESTAB | wc -l".
The number of nmbcluster used is related with the number of connections.

Let me know.
Regards
Alessandro



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000c01c774f3$0ac90690$05010b0a>