*BSD News Article 60411


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.rmit.EDU.AU!news.unimelb.EDU.AU!munnari.OZ.AU!spool.mu.edu!howland.reston.ans.net!gatech!news-feed-1.peachnet.edu!paperboy.wellfleet.com!news3.near.net!sol.caps.maine.edu!web.ddp.state.me.us!gatekeeper.ddp.state.me.us!isdmill
From: isdmill@gatekeeper.ddp.state.me.us (David Miller)
Newsgroups: comp.unix.bsd.bsdi.misc
Subject: Re: Help with INND; Cant Realloc memory?
Date: 24 Jan 1996 17:58:19 GMT
Organization: Maine State Government
Lines: 20
Message-ID: <4e5rvr$1f7@web.ddp.state.me.us>
References: <4e0k5r$n7@quartz.goldrush.com>
NNTP-Posting-Host: gatekeeper.ddp.state.me.us
X-Newsreader: TIN [version 1.2 PL2]

larryt@goldrush.com wrote:
: I am having problems with INND.  It has been running for weeks, but all of a sudden,
: I get daily crashes with the following message: Jan 22 01:38:04 news innd: ME cant remalloc
:  262144 bytes Cannot allocate memory.  

: I do know what the message means, but I don't how to solve it.  The system is an i386, dx2 66mhz with
: 32mb of ram, 2x4.5gb hard disks.  I have loaded all the BSDI patches.

My newsfeed is a little behind, but if no one else has answered it....

You need to add a "ulimit -d 32767" to the rc.news and news.daily 
scripts.  Depending on your shell you may need "limit datasize 32767" 
instead.  The first is (k)sh, the second csh.

The problem is the default data size for a process is 16 MB, and innd 
wants a little more.


--
David Miller			Usual disclaimers apply