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!feed1.news.erols.com!tezcat!news.bbnplanet.com!cam-news-hub1.bbnplanet.com!news.mathworks.com!EU.net!sun4nl!surfnet.nl!news.tue.nl!triple!robk From: robk@stack.urc.tue.nl (Rob Kouwenberg) Newsgroups: comp.unix.bsd.bsdi.misc Subject: Re: INND Cannot remalloc? Date: 9 Dec 1996 09:30:13 GMT Organization: MCGV Stack, Eindhoven University of Technology, the Netherlands. Lines: 22 Message-ID: <58gm75$t4k@tuegate.tue.nl> References: <581j0e$eh@news1.anet-dfw.com> NNTP-Posting-Host: triple.stack.nl X-Newsreader: TIN [version 1.2 PL2] 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? RTFM : inn-1.4-unoff4 docs : ----- 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. ---------- Best regards, Rob Kouwenberg -- [ robk@stack.nl ]