Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cornell!uw-beaver!rice!sun-spots-request From: auspex!guy@uunet.uu.net (Guy Harris) Newsgroups: comp.sys.sun Subject: Re: ldtermrsrv: out of blocks Keywords: SunOS Message-ID: <1173@auspex.UUCP> Date: 30 Mar 89 22:45:23 GMT References: <969@mcrware.UUCP> Sender: usenet@rice.edu Organization: Auspex Systems, Santa Clara Lines: 9 Approved: Sun-Spots@rice.edu Original-Date: 17 Mar 89 20:45:48 GMT X-Sun-Spots-Digest: Volume 7, Issue 217, message 1 of 11 >Mar 4 09:20:04 mcrware vmunix: newmsg: out of blocks >Mar 4 09:20:04 mcrware vmunix: ldtermrsrv: out of blocks You ran out of streams buffers. They are, unfortunately, not dynamically allocated in 4.0, and there's no simple "maxusers"-based formula that'll give the right number of buffers to use; they may be dynamically allocated in a future release. For now, try editing "param.c" and increasing some of the NBLKn parameters (NBLK16 in particular, since input lines in canonical mode are made out of 16-byte messages).