From owner-freebsd-questions@FreeBSD.ORG Sat Dec 13 22:42:08 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8913216A4CE for ; Sat, 13 Dec 2003 22:42:08 -0800 (PST) Received: from madras.dyndns.org (dsl-137.241.240.220.dsl.comindico.com.au [220.240.241.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E85343D09 for ; Sat, 13 Dec 2003 22:42:06 -0800 (PST) (envelope-from ggop@madras.dyndns.org) Received: from madras.dyndns.org (localhost [127.0.0.1]) by madras.dyndns.org (8.12.9/8.12.9) with ESMTP id hBE6ejhN001806; Sun, 14 Dec 2003 17:40:46 +1100 (EST) (envelope-from ggop@madras.dyndns.org) Received: (from ggop@localhost) by madras.dyndns.org (8.12.9/8.12.9/Submit) id hBE6ejRe001805; Sun, 14 Dec 2003 17:40:45 +1100 (EST) Date: Sun, 14 Dec 2003 17:40:44 +1100 From: Gautam Gopalakrishnan To: Jaime Message-ID: <20031214064044.GA1780@madras.dyndns.org> References: <11D43A86-2DF5-11D8-AD0A-000393193538@snowmoon.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <11D43A86-2DF5-11D8-AD0A-000393193538@snowmoon.com> User-Agent: Mutt/1.4.1i cc: freebsd-questions@freebsd.org Subject: Re: Page faults every few days X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Dec 2003 06:42:08 -0000 On Sun, Dec 14, 2003 at 12:19:19AM -0500, Jaime wrote: > On Sunday, December 14, 2003, at 12:10 AM, paul beard wrote: > >On Dec 13, 2003, at 8:50 PM, Jaime wrote: > >>current process = 26642 (perl5.00503) > > > >any idea what perl-based job is running and if moving to a newer perl > >version would have any effect at all? > > Its probably SpamAssassin, which is run against every incoming > message. This causes it to have lots of copies in memory at once and > to run/quit very often. I don't think that updating Perl will help (I > don't see why a user-space process would interfere with kernel resource > management.) and I has updated SpamAssassin several times since the > problem began. You probably know, maybe spamd is better than invoking so many perl instances http://www.spamassassin.org/full/2.6x/dist/spamd/README.spamd Gautam