From owner-freebsd-questions@FreeBSD.ORG Wed Jul 6 20:28:29 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 C108416A41C for ; Wed, 6 Jul 2005 20:28:29 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 979D943D49 for ; Wed, 6 Jul 2005 20:28:29 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin02-en2 [10.13.10.147]) by smtpout.mac.com (Xserve/8.12.11/smtpout14/MantshX 4.0) with ESMTP id j66KSTAB019302; Wed, 6 Jul 2005 13:28:29 -0700 (PDT) Received: from [10.1.1.209] (nfw2.codefab.com [199.103.21.225] (may be forged)) (authenticated bits=0) by mac.com (Xserve/smtpin02/MantshX 4.0) with ESMTP id j66KSR1t024661; Wed, 6 Jul 2005 13:28:28 -0700 (PDT) In-Reply-To: <3A85D7EF44E1C744BF6434691F5659E948F4A1@fci-ex.FCI> References: <3A85D7EF44E1C744BF6434691F5659E948F4A1@fci-ex.FCI> Mime-Version: 1.0 (Apple Message framework v730) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Wed, 6 Jul 2005 16:28:25 -0400 To: Jean-Paul Natola X-Mailer: Apple Mail (2.730) 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: Wed, 06 Jul 2005 20:28:29 -0000 On Jul 6, 2005, at 4:16 PM, Jean-Paul Natola wrote: > Here's the situation , minute after I launch Spamassassin the > machine starts > crawling, although top shows anywhere from 50 - 90 idle it just > slows down > extremely , for example I'll type top and wait anywhere between 4 > and 12 > seconds before it actually brings up the screen. Sounds like you are swapping. You can check top or vmstat to see for sure. You can control the number of SA child processes by adding a "- m NNN" flag to spamd_flags in /usr/local/etc/rc.d/sa-spamd.sh. -- -Chuck