Date: Wed, 18 Feb 2004 15:27:31 +0900 (JST) From: Norikatsu Shigemura <nork@ninth-nine.com> To: Mike Tancsa <mike@sentex.net> Cc: freebsd-performance@freebsd.org Subject: Re: Tuning for large outbound smtp queues Message-ID: <200402180627.i1I6RUXh040119@sakura.ninth-nine.com> In-Reply-To: <6.0.3.0.0.20040217200510.1052ca50@209.112.4.2> References: <6.0.3.0.0.20040217200510.1052ca50@209.112.4.2>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 17 Feb 2004 20:15:04 -0500 Mike Tancsa <mike@sentex.net> wrote: > where there are 60 q directories I havent really tuned sendmail nor the > OS. However, as the volume grows, the box becomes quite sluggish. Is it > just a matter of throwing more hardware at the issue, or can I better tweak > RELENG_4 and sendmail to deal with massive (80,000+) queues ? Allocating > more memory to caching the filesystem for example ? Humm... Try to set following setting. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - define(`confMAX_QUEUE_RUN_SIZE', `1')dnl - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 is not reasonable, so please tune this value.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402180627.i1I6RUXh040119>