Ok, I hijacked another users ram chip (256) and I put in , Running like a champ
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jean-Paul Natola Sent: Wednesday, July 06, 2005 5:26 PM To: Charles Swiger Cc: [email protected] 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 > 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 Excuse my ignorance ; Here's the original line spamd_flags=${spamd_flags:-"-c -d -r ${spamd_pidfile}"} is this how I should change it? spamd_flags=${spamd_flags:-"-c -d -r - m 20 ${spamd_pidfile}"} _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]" _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
