more disk buffers under 3.x?

Jim Ramsey symult!ramsey at csvax.caltech.edu
Thu May 25 06:59:22 AEST 1989


I had the same experience until I looked a little further.  I used the
following adb patch on our server to reserve 2MB worth of 8K buffers.

	nbuf ? W 0t256
	nbuf ? D
	bufpages ? W 0t256
	bufpages ? D

    (0t... is just adb's charming way of saying "in decimal")

    Hint:
	You may want to insert some commands in the makefile for your
	server kernel.  That way you don't have to remember to do this
	every time you make a new kernel.



More information about the Comp.sys.sun mailing list