Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Oct 1999 10:29:48 -0700 (PDT)
From:      Matthew Dillon <dillon@apollo.backplane.com>
To:        Andrzej Bialecki <abial@webgiro.com>
Cc:        freebsd-hackers@FreeBSD.ORG
Subject:   Re: Non-standard FFS parameters
Message-ID:  <199910071729.KAA95735@apollo.backplane.com>
References:   <Pine.BSF.4.05.9910071328550.21322-100000@freja.webgiro.com>

next in thread | previous in thread | raw e-mail | index | archive | help

:
:Running bonnie on the filesystem with these parameters results in
:unkillable process sitting in getblk (it's the first phase of bonnie test
:when they use putc() to create the file). It just sits there and doesn't
:consume CPU. The OS is 3.3-R.
:
:Andrzej Bialecki

    Hmmm.  It's quite possible, 3.x's getnewbuf() code is pretty nasty.  I
    have a solution under test for 4.x (current).  There simply may not be
    anything that can be done for 3.x short of porting current's getnewbuf()
    code over, and doing so has been deemed too risky by DG due to all the
    collateral porting that would also have to be done.  I agree with that
    assessment, plus it's a huge amount of work that I don't have time to do
    at this late date.

    Try using a smaller block size, like 16K.  If that doesn't work then just
    stick with 8K I guess.  The kernel's clustering code should still make it
    reasonably efficient.

					-Matt
					Matthew Dillon 
					<dillon@backplane.com>



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199910071729.KAA95735>