From owner-freebsd-stable@FreeBSD.ORG Fri Sep 22 10:09:11 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C103E16A4C9; Fri, 22 Sep 2006 10:09:11 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from mail.ticketswitch.com (mail.ticketswitch.com [194.200.93.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BE7E43D5F; Fri, 22 Sep 2006 10:09:11 +0000 (GMT) (envelope-from petefrench@ticketswitch.com) Received: from [172.16.1.6] (helo=dilbert.firstcallgroup.co.uk) by mail.ticketswitch.com with esmtp (Exim 4.60 (FreeBSD)) (envelope-from ) id 1GQhxx-0006Ko-Gl; Fri, 22 Sep 2006 11:09:05 +0100 Received: from petefrench by dilbert.firstcallgroup.co.uk with local (Exim 4.61 (FreeBSD)) (envelope-from ) id 1GQhxx-000OvN-FK; Fri, 22 Sep 2006 11:09:05 +0100 To: freebsd-stable@freebsd.org, taras@elantech.ru In-Reply-To: <4513930A.9080401@elantech.ru> Message-Id: From: Pete French Date: Fri, 22 Sep 2006 11:09:05 +0100 Cc: freebsd-current@freebsd.org, delphij@delphij.net Subject: Re: Dovecot 1.0 rc7 on FreeBSD 6.1-RELEASE/i386 with kqueue eats much CPU X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 10:09:11 -0000 > I have a problem with dovecot eating sometimes up to 90% CPU. Are you using kqueue support ? I also had this problem and the solution for me was to recompile it without kqueue support. Now it runs fine. -pete.