From owner-freebsd-current Tue Sep 23 01:18:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA28155 for current-outgoing; Tue, 23 Sep 1997 01:18:06 -0700 (PDT) Received: from bunyip.cc.uq.edu.au (daemon@bunyip.cc.uq.edu.au [130.102.2.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA28149 for ; Tue, 23 Sep 1997 01:17:55 -0700 (PDT) Received: (from daemon@localhost) by bunyip.cc.uq.edu.au (8.8.7/8.8.7) id SAA16236; Tue, 23 Sep 1997 18:17:44 +1000 Received: from troll.dtir.qld.gov.au (troll.dtir.qld.gov.au [167.123.8.1]) by ogre.dtir.qld.gov.au (8.8.7/8.8.7) with ESMTP id SAA28491; Tue, 23 Sep 1997 18:19:03 +1000 (EST) Received: from localhost (syssgm@localhost) by troll.dtir.qld.gov.au (8.8.5/8.8.5) with SMTP id SAA07263; Tue, 23 Sep 1997 18:18:59 +1000 (EST) Message-Id: <199709230818.SAA07263@troll.dtir.qld.gov.au> X-Authentication-Warning: troll.dtir.qld.gov.au: syssgm@localhost didn't use HELO protocol To: "John S. Dyson" cc: freebsd-current@FreeBSD.ORG, syssgm@dtir.qld.gov.au Subject: Re: New timeout capability (was Re: cvs commit:....) References: <199709230809.DAA06787@dyson.iquest.net> In-Reply-To: <199709230809.DAA06787@dyson.iquest.net> from "John S. Dyson" at "Tue, 23 Sep 1997 03:09:50 -0500" Date: Tue, 23 Sep 1997 18:18:58 +1000 From: Stephen McKay Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tuesday, 23rd September 1997, "John S. Dyson" wrote: >Stephen McKay said: >> I've always wanted to know how much it costs to run with 4Kb file system >> blocks vs 8Kb or now even 16Kb. Oh, and the real cost of various minfree >> percentages. No obligation, of course, but you might be interested too... >> >32K or even 64K should work :-). With our upcoming dynamic buffer size >allocation, we could even do 256K? :-). Gods! What for? (Ok, that's just an initial exclamation.) My curiosity about the 4Kb vs 8Kb derives from the good job the clustering code does. If we have good clustering, then why have big block sizes? They just move the breakpoints for max file size before indirect blocks are needed (and similarly the max file size that can have fragments). Or at least, that's what my simplistic analysis suggests. Hard numbers would be much more useful. Hmm, with 64Kb blocks, we would have 8Kb frags. Even windoze 95 can do better than that! Stephen.