From owner-freebsd-performance@FreeBSD.ORG Mon Apr 2 06:49:27 2007 Return-Path: X-Original-To: freebsd-performance@freebsd.org Delivered-To: freebsd-performance@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5FD0416A402 for ; Mon, 2 Apr 2007 06:49:27 +0000 (UTC) (envelope-from garcol@postino.it) Received: from wendell.elitel.it (wendell.elitel.it [212.34.224.164]) by mx1.freebsd.org (Postfix) with SMTP id C09C613C457 for ; Mon, 2 Apr 2007 06:49:26 +0000 (UTC) (envelope-from garcol@postino.it) Received: (qmail 64718 invoked by uid 89); 2 Apr 2007 06:49:24 -0000 Received: from unknown (HELO elitel) (212.63.96.97) by wendell.elitel.it with SMTP; 2 Apr 2007 06:49:24 -0000 Message-ID: <000c01c774f3$0ac90690$05010b0a@elitel> From: "Alessandro" To: Date: Mon, 2 Apr 2007 08:49:17 +0200 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3028 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: FreeBSD-6.1 reboots due to high mbufs X-BeenThere: freebsd-performance@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Performance/tuning List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Apr 2007 06:49:27 -0000 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