From owner-freebsd-questions@FreeBSD.ORG Thu Sep 11 00:47:12 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04F4E16A4BF for ; Thu, 11 Sep 2003 00:47:12 -0700 (PDT) Received: from southgate.ph.inter.net (lanceb.ph.inter.net [202.61.82.144]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF05943F75 for ; Thu, 11 Sep 2003 00:47:10 -0700 (PDT) (envelope-from chael@southgate.ph.inter.net) Received: from JMICH (jmich [192.168.1.254]) by southgate.ph.inter.net (Postfix) with SMTP id 0D9192170 for ; Thu, 11 Sep 2003 15:47:08 +0800 (PHT) Message-ID: <001601c37838$e9a963c0$fe01a8c0@JMICH> From: To: Date: Thu, 11 Sep 2003 15:47:12 +0800 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: sendto: buffer space not available X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Sep 2003 07:47:12 -0000 Hi, I have this 4.9-PRERELEASE proxy server which is set up with WCCP to my = Cisco gateway. It is on a Pentium 4 with 256MB DDR. Traffic can get = really high on its interface (not to mention the annoying icmp's which = my ipfw rejects). It is OK a day or two from a fresh reboot but after a = while, test pings reports a "sendto: buffer space not available". I = already have the following in my kernel config: options MAXDSIZ=3D"(256*1024*1024)" options MAXSSIZ=3D"(256*1024*1024)" options DFLDSIZ=3D"(256*1024*1024)" =20 options NMBCLUSTERS=3D131072 Should I need to edit or add something? Is something set too high, or = low? Btw, I am also running postfix, qpopper and httpd on this server. = Hope somebody can help. Thanks in advance. Regards, chael