Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Feb 2003 17:06:50 -0500
From:      Chuck Swiger <cswiger@mac.com>
To:        freebsd-isp@FreeBSD.ORG
Cc:        Dano <dano@phreaker.net>
Subject:   Re: news server: swap problem
Message-ID:  <3E5A977A.2000109@mac.com>
In-Reply-To: <20030224185114.7e1a4551.dano@phreaker.net>
References:  <20030224185114.7e1a4551.dano@phreaker.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Dano wrote:
> I have a problem with innd.
> When it start innd the capacity of swap is filled quickly.
[ ... ]
> $ ps -axuw 
> USER       PID %CPU %MEM   VSZ  RSS  TT  STAT STARTED      TIME COMMAND
> news     86723  2.8 44.5 290524 55952  ??  DLs   6:15PM   0:34.71
> /news/bin/innd -p4 -r
> 
> the machine have 256Mb of RAM.
> I use inn-2.3.4 en FreeBSD 4.7.

"innd -r" means it is trying to renumber the active file; that's not part of 
your normal startup, right?  I'm running inn-2.3.4 as well, but my resource 
usage-- even after two weeks-- is much smaller:

2-shot# psg inn
news   87623  0.0  7.0 46380 18028  ??  Ss   10Feb03  35:04.18 
/usr/local/news/bin/innd -p4
news   87624  0.0  0.1   760  324  p0- IN   10Feb03   6:31.65 /bin/sh 
/usr/local/news/bin/innwatch
news   87630  0.0  0.3  4164  824  ??  SN   10Feb03  11:13.67 
/usr/local/news/bin/innfeed

Anyway, if you have a corrupted active file, this may be causing INN to get 
confused and leak memory; try doing an "inncheck -v" and look into "man 
makeactive" or "man makehistory".  These are some tools which may help if your 
active file has problems.

-Chuck

        Chuck Swiger | chuck@codefab.com | All your packets are belong to us.
        -------------+-------------------+-----------------------------------
        "The human race's favorite method for being in control of the facts
         is to ignore them."  -Celia Green


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message




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