From owner-freebsd-stable@FreeBSD.ORG Fri Jul 25 23:11:47 2014 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 94496B3F for ; Fri, 25 Jul 2014 23:11:47 +0000 (UTC) Received: from hergotha.csail.mit.edu (wollman-1-pt.tunnel.tserv4.nyc4.ipv6.he.net [IPv6:2001:470:1f06:ccb::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 52D8628A8 for ; Fri, 25 Jul 2014 23:11:47 +0000 (UTC) Received: from hergotha.csail.mit.edu (localhost [127.0.0.1]) by hergotha.csail.mit.edu (8.14.7/8.14.7) with ESMTP id s6PNBYdC087960; Fri, 25 Jul 2014 19:11:34 -0400 (EDT) (envelope-from wollman@hergotha.csail.mit.edu) Received: (from wollman@localhost) by hergotha.csail.mit.edu (8.14.7/8.14.4/Submit) id s6PNBYid087959; Fri, 25 Jul 2014 19:11:34 -0400 (EDT) (envelope-from wollman) Date: Fri, 25 Jul 2014 19:11:34 -0400 (EDT) Message-Id: <201407252311.s6PNBYid087959@hergotha.csail.mit.edu> From: Garrett Wollman To: rmacklem@uoguelph.ca Subject: Re: nfsd server cache flooded, try to increase nfsrc_floodlevel References: <53D23B57.8020208@omnilan.de> <666117227.3741955.1406328843281.JavaMail.root@uoguelph.ca> Organization: none X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (hergotha.csail.mit.edu [127.0.0.1]); Fri, 25 Jul 2014 19:11:34 -0400 (EDT) X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED, HEADER_FROM_DIFFERENT_DOMAINS autolearn=disabled version=3.4.0 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on hergotha.csail.mit.edu Cc: stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jul 2014 23:11:47 -0000 In article <666117227.3741955.1406328843281.JavaMail.root@uoguelph.ca>, Rick Macklem writes: >The problem with setting vfs.nfsd.tcphighwater too large is that an overloaded >server can run out of kernel address space/memory it can use for malloc() and >then the whole machine wedges. (I can only test to see what is safe for a >256Mbyte i386.) Rick, The FreeBSD Foundation maintains significant resources in the various FreeBSD clusters for the purpose of testing FreeBSD on a variety of hardware platforms and scales. Why don't you ask them for access to some of these systems so you can run tests of your own? I don't think it would be hard to come up with a test plan that would cover at least the most common cases. -GAWollman