From owner-freebsd-questions@FreeBSD.ORG Wed Mar 12 09:17:29 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B1691065670 for ; Wed, 12 Mar 2008 09:17:29 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 521278FC1D for ; Wed, 12 Mar 2008 09:17:21 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id m2C9FbsL003288; Wed, 12 Mar 2008 10:15:37 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id m2C9FXHs003285; Wed, 12 Mar 2008 10:15:35 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Wed, 12 Mar 2008 10:15:33 +0100 (CET) From: Wojciech Puchar To: Markus Klaschka In-Reply-To: <47D79696.2080702@mkdev.eu> Message-ID: <20080312101423.F3284@wojtek.tensor.gdynia.pl> References: <47D79696.2080702@mkdev.eu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: nfsd performance X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 09:17:29 -0000 > brought me a load > 60 ;) > > So in the end, is there a possibility to optimize something on nfsd, or is > there any other solution to mount one share into more jails without using one > share for all of the jails? > man mount_nullfs WARNING - at least in 6.1 read-write mounts caused crashes for me. read-only works fine, which i use to get common /usr on all jails, saving disk space and more important - memory, as binaries are shared.