From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <290123fc5bcb125f2b317222cfa4e020@9fs.org> To: 9fans@cse.psu.edu Subject: Re: [9fans] venti arenas From: nigel@9fs.org In-Reply-To: <6641ba56fe369dcba9498b55574627c9@hamnavoe.demon.co.uk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="upas-nhdqxunrimbwwncbeadwzbujkh" Date: Wed, 30 Apr 2003 10:22:28 +0100 Topicbox-Message-UUID: 9c03d476-eacb-11e9-9e20-41e7f4b1d025 This is a multi-part message in MIME format. --upas-nhdqxunrimbwwncbeadwzbujkh Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit OK. I can see that the max-oversize is 1Mb, and not 2 * 'arenasize', but that 1Mb is a constant embedded in the code. Externally, I can't tell how to choose my arena size. Surely that's untidy? Unless, of course, there's a reason to have 1Mb free at the end. --upas-nhdqxunrimbwwncbeadwzbujkh Content-Type: message/rfc822 Content-Disposition: inline Received: from 9fs.org ([192.168.100.103]) by 9fs.org; Wed Apr 30 10:04:22 BST 2003 Received: from mail.cse.psu.edu ([130.203.4.6]) by 9fs.org; Wed Apr 30 10:04:21 BST 2003 Received: from psuvax1.cse.psu.edu (psuvax1.cse.psu.edu [130.203.16.6]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id 14F4819ADE; Wed, 30 Apr 2003 05:04:10 -0400 (EDT) Delivered-To: 9fans@cse.psu.edu Received: from hamnavoe (hamnavoe.gotadsl.co.uk [213.208.117.150]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id B871519ACE for <9fans@cse.psu.edu>; Wed, 30 Apr 2003 05:03:25 -0400 (EDT) Message-ID: <6641ba56fe369dcba9498b55574627c9@hamnavoe.demon.co.uk> To: 9fans@cse.psu.edu Subject: Re: [9fans] venti arenas From: Richard Miller In-Reply-To: <7ae69a86431964c1aa5e77e8d3574406@9fs.org> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Sender: 9fans-admin@cse.psu.edu Errors-To: 9fans-admin@cse.psu.edu X-BeenThere: 9fans@cse.psu.edu X-Mailman-Version: 2.0.11 Precedence: bulk Reply-To: 9fans@cse.psu.edu List-Id: Fans of the OS Plan 9 from Bell Labs <9fans.cse.psu.edu> List-Archive: Date: Wed, 30 Apr 2003 10:03:21 +0100 > If they don't fit exactly into the arenas file, according to the > storage stats, the last arena is bigger than the requested > arena size. > > Please tell me that only the first 'arenasize' bytes are used, > otherwise I have to set arena size to just less than half > the size of my backup media... I think the last arena can only exceed arenasize by up to MinArenaSize bytes, which is 1 megabyte. So you only have to set arenasize to 1MB less than the size of your backup media. --upas-nhdqxunrimbwwncbeadwzbujkh--