Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.mel.connect.com.au!munnari.OZ.AU!news.ecn.uoknor.edu!solace!nntp.uio.no!www.nntp.primenet.com!nntp.primenet.com!news.enteract.com!news.inetnebr.com!in221.inetnebr.com!usenet From: Chris Radek <cradek@in221.inetnebr.com> Newsgroups: comp.unix.bsd.bsdi.misc Subject: Re: INND Cannot remalloc? Date: 09 Dec 1996 19:15:25 -0600 Organization: Not really. Lines: 18 Sender: cradek@hoser Message-ID: <oa7mmrnqs2.fsf@in221.inetnebr.com> References: <581j0e$eh@news1.anet-dfw.com> <58gm75$t4k@tuegate.tue.nl> Reply-To: cradek@cse.unl.edu NNTP-Posting-Host: in221.inetnebr.com Mime-Version: 1.0 (generated by tm-edit 7.94) Content-Type: text/plain; charset=US-ASCII NNTP-Posting-User: cradek To: david@news1.anet-dfw.com X-Newsreader: Gnus v5.2.25/XEmacs 19.14 robk@stack.urc.tue.nl (Rob Kouwenberg) writes: | david@news1.anet-dfw.com wrote: | : I have a P166 with 128Meg ram running bsdi 2.1 INND. | : I keep getting an error about not enough memory, and cannot remalloc.... | : Any clues on how to fix? | | BSDI also has a default data size limit of 16MB. Adding | "unlimit datasize" in the beginning of your rc.news file should | correct the problem. (Symptoms are INN not being able to malloc | or realloc enough memory) adding "limit openfiles 256" also | may be necessary. | The kernel limit of 64MB max data size may also not be enough. | Specify "options MAXDSIZ=134217728" (128MB) in your kernel config and | rebuild. This may not cut it under 2.1. Also RTFM login.conf. -Chris