Subject: (5.24) ME cant remalloc xx bytes Cannot allocate memory |
---|
This probably means that innd wants to grow bigger than what the actual limit for a single process is. To solve this either rebuild your kernel with a different default max, or add "unlimit datasize" to the beginning on your rc.news file. On some OS (e.g. FreeBSD 2.1.x) there might be some problems when using the supplied malloc. Linking with -lgnumalloc helped (after Joe Greco <jgreco@ns.sol.net>). For HP-UX see also 'HP-UX tips' in part2 of the FAQ (INN FAQ #2.6). ------------------------------ [Last Changed: $Date: 1997/09/16 01:25:56 $ $Revision: 2.25 $] [Copyright: 1997 Heiko Rupp, portions by Tom Limoncelli, Rich Salz, et al.] |