From owner-freebsd-hackers@FreeBSD.ORG Fri Mar 18 09:08:48 2011 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B26A106564A for ; Fri, 18 Mar 2011 09:08:48 +0000 (UTC) (envelope-from pieter@thedarkside.nl) Received: from mail.thelostparadise.com (router.thelostparadise.com [IPv6:2a02:898:0:30::30:1]) by mx1.freebsd.org (Postfix) with ESMTP id A984F8FC14 for ; Fri, 18 Mar 2011 09:08:47 +0000 (UTC) Received: by mail.thelostparadise.com (Postfix, from userid 127) id 4616A7303E; Fri, 18 Mar 2011 10:08:45 +0100 (CET) Received: from localhost by mail.thelostparadise.com (Postfix) with ESMTP id 1F7377303C; Fri, 18 Mar 2011 10:08:34 +0100 (CET) Message-ID: <4D83210D.5070107@thedarkside.nl> Date: Fri, 18 Mar 2011 10:08:29 +0100 From: Pieter de Boer MIME-Version: 1.0 To: Mats Lindberg References: <4D7DFC6F.80008@gmail.com> <4D7E0831.4060804@gmail.com> In-Reply-To: X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00,HTML_MESSAGE, RDNS_NONE autolearn=no version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on aberdeen.thelostparadise.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-hackers@freebsd.org Subject: Re: FreeBSD 6 vs 8.1 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2011 09:08:48 -0000 On 03/18/2011 09:35 AM, Mats Lindberg wrote: > So - after a while I've made some observations. My problem is > actually connected to arp. > > My config is very static so basically I want to turn off arp > requests. Somewhere in the startup scripts I did >> sysctl -w net.link.ether.inet.max_age=2147483647 (max accepted >> value) > Are you aware of ifconfig staticarp ? I can imagine that the kernel uses some resources for every outstanding arp request, meaning that if it's continually sending arp requests, it also will use a lot of such resources.. -- Pieter