Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Dec 1996 18:42:12 +0100 (MET)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        petzi@apfel.de
Cc:        isp@freebsd.org, hackers@freebsd.org
Subject:   Re: innd can't remalloc
Message-ID:  <199612201742.SAA04883@uriah.heep.sax.de>
In-Reply-To: <Pine.BSF.3.95.961219140320.21384A-100000@serv1.zsb.th-darmstadt.de> from Michael Beckmann at "Dec 20, 96 10:12:51 am"

next in thread | previous in thread | raw e-mail | index | archive | help
As Michael Beckmann wrote:

> Dec 20 08:52:37 news innd: SERVER cant remalloc 2097408 bytes Cannot
> allocate memory

> It seems to me that the crash occurs when the innd process grows to around 
> 128 MB.

j@uriah 107% limit -h
cputime         unlimited
filesize        unlimited
datasize        131072 kbytes
                ^^^^^^^^^^^^^
stacksize       65536 kbytes
coredumpsize    unlimited
memoryuse       unlimited
descriptors     unlimited
memorylocked    29680 kbytes
maxproc         339 

You can override this using:

	options		"MAXDSIZ='(256UL*1024*1024)'"

(For 2.2 systems, leave out the '' quotes.  Should be converted to an
official option.)

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199612201742.SAA04883>