Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cornell!uw-beaver!rice!sun-spots-request From: symult!ramsey@csvax.caltech.edu (Jim Ramsey) Newsgroups: comp.sys.sun Subject: Re: more disk buffers under 3.x? Keywords: SunOS Message-ID: <3639@kalliope.rice.edu> Date: 24 May 89 20:59:22 GMT Sender: usenet@rice.edu Organization: Sun-Spots Lines: 14 Approved: Sun-Spots@rice.edu X-Sun-Spots-Digest: Volume 8, Issue 13, message 2 of 17 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.