Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Aug 2003 14:21:14 -0400
From:      Eno Thereska <eno@andrew.cmu.edu>
To:        freebsd hackers <freebsd-hackers@freebsd.org>
Subject:   increasing number of buffers in BSD4.4
Message-ID:  <3F3BD31A.8080808@andrew.cmu.edu>

next in thread | raw e-mail | index | archive | help
Hi,

In McKusick's book "The design and Implementation of the 4.4BSD 
Operating system", in the "Buffer Management subsection
of the I/O system overview, there is a a sentence that says
"...depending on available memory, a system is configured with from
100 to 1000 buffers.." referring to the number of struct buf* in the
integrated VM/IO buffer cache.

I have plenty of RAM in my computer, but it seems like there are always
1000 buffers configured (empirical observation, if I try to allocate
one more after that the system freezes). How do I increase the nubmer of
buffers? More consicely, how do I allocate more memory to the buffer 
management subsystem?

Thanks
Eno




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