Date: Wed, 6 Jul 2005 17:32:28 -0400 From: Charles Swiger <cswiger@mac.com> To: Jean-Paul Natola <jnatola@familycareintl.org> Cc: freebsd-questions@freebsd.org Subject: Re: Usage help Message-ID: <A64D715F-3914-4671-B766-1D71E00418FB@mac.com> In-Reply-To: <3A85D7EF44E1C744BF6434691F5659E948F4BC@fci-ex.FCI> References: <3A85D7EF44E1C744BF6434691F5659E948F4BC@fci-ex.FCI>
next in thread | previous in thread | raw e-mail | index | archive | help
On Jul 6, 2005, at 5:26 PM, Jean-Paul Natola wrote: > is this how I should change it? > > > spamd_flags=${spamd_flags:-"-c -d -r - m 20 ${spamd_pidfile}"} Try more like: spamd_flags=${spamd_flags:-"-c -d -r -m 2 ${spamd_pidfile}"} You don't have enough memory in your machine to run twenty ~30MB spamd processes. Unless you are handling hundreds of thousands of messages per day, two or three spamds is enough. -- -Chuck
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?A64D715F-3914-4671-B766-1D71E00418FB>