From owner-freebsd-questions@FreeBSD.ORG Thu Jul 7 00:18:45 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 E7DBB16A41C for ; Thu, 7 Jul 2005 00:18:45 +0000 (GMT) (envelope-from jnatola@familycareintl.org) Received: from mail.familycareintl.org (mail.familycareintl.org [68.167.21.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id 981CA43D45 for ; Thu, 7 Jul 2005 00:18:45 +0000 (GMT) (envelope-from jnatola@familycareintl.org) X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Wed, 6 Jul 2005 20:18:44 -0400 Message-ID: <3A85D7EF44E1C744BF6434691F5659E948F4C9@fci-ex.FCI> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Usage help Thread-Index: AcWCa+OfAkC3fsZNRsqyxERTFcJ1WAABRBowAAYWycA= From: "Jean-Paul Natola" To: "Charles Swiger" Cc: freebsd-questions@freebsd.org Subject: RE: Usage help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jul 2005 00:18:46 -0000 Ok, I hijacked another users ram chip (256) and I put in , Running like a champ=20 -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Jean-Paul = Natola Sent: Wednesday, July 06, 2005 5:26 PM To: Charles Swiger Cc: freebsd-questions@freebsd.org Subject: RE: Usage help On Jul 6, 2005, at 4:16 PM, Jean-Paul Natola wrote: > Here's the situation , minute after I launch Spamassassin the =20 > machine starts > crawling, although top shows anywhere from 50 - 90 idle it just =20 > slows down > extremely , for example I'll type top and wait anywhere between 4 =20 > and 12 > seconds before it actually brings up the screen. Sounds like you are swapping. You can check top or vmstat to see for =20 sure. You can control the number of SA child processes by adding a "-=20 m NNN" flag to spamd_flags in /usr/local/etc/rc.d/sa-spamd.sh. --=20 -Chuck Excuse my ignorance ; Here's the original line spamd_flags=3D${spamd_flags:-"-c -d -r ${spamd_pidfile}"} is this how I should change it? spamd_flags=3D${spamd_flags:-"-c -d -r - m 20 ${spamd_pidfile}"} _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to = "freebsd-questions-unsubscribe@freebsd.org"