Date: Tue, 26 Jul 2005 20:27:46 -0500 From: Corey Brune <mcbrune@gmail.com> To: Wojciech Puchar <wojtek@tensor.3miasto.net> Cc: freebsd-questions@freebsd.org Subject: Re: MAXPHYS and MAXBSIZE Message-ID: <5627053705072618273aca3cb6@mail.gmail.com> In-Reply-To: <20050727001937.U63965@chylonia.3miasto.net> References: <20050727001937.U63965@chylonia.3miasto.net>
next in thread | previous in thread | raw e-mail | index | archive | help
According to sys/param.h: MAXPHYS - max raw I/O transfer size MAXBSIZE - Filesystems are made out of blocks of at most MAXBSIZE bytes per block. MAXBSIZE may be made larger without effecting any existing filesystems as long as it does not exceed MAXPH= YS, and may be made smaller at the risk of not being able to use filesystems which require a block size exceeding MAXBSIZE. On 7/26/05, Wojciech Puchar <wojtek@tensor.3miasto.net> wrote: > what is the difference between this 2 compile time defines? >=20 >=20 > is it possible to set it up higher? (something like 0.5MB for modern disk= s > make sense) > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5627053705072618273aca3cb6>