From owner-freebsd-questions@FreeBSD.ORG Wed Apr 16 16:48:35 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 63F921065673 for ; Wed, 16 Apr 2008 16:48:35 +0000 (UTC) (envelope-from daniel.tourde@spray.se) Received: from proxy1.bredband.net (proxy1.bredband.net [195.54.101.71]) by mx1.freebsd.org (Postfix) with ESMTP id 239568FC1E for ; Wed, 16 Apr 2008 16:48:34 +0000 (UTC) (envelope-from daniel.tourde@spray.se) Received: from ironport2.bredband.com (195.54.101.122) by proxy1.bredband.net (7.3.127) id 47E10B8B0086F923 for freebsd-questions@freebsd.org; Wed, 16 Apr 2008 18:48:33 +0200 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmFCABfLBUjVcoVaPGdsb2JhbACRUgEBAQEwAZxpBA Received: from c-5a8572d5.023-68-73746f42.cust.bredbandsbolaget.se (HELO maerlyn) ([213.114.133.90]) by ironport2.bredband.com with ESMTP; 16 Apr 2008 18:48:33 +0200 From: Daniel Tourde To: Robert Huff Date: Wed, 16 Apr 2008 18:48:42 +0200 User-Agent: KMail/1.9.7 References: <200804152159.46589.daniel.tourde@spray.se> <8cb6106e0804151328t22ff3996o9aeb2a4c26d9f2eb@mail.gmail.com> <18437.5765.761443.586234@jerusalem.litteratus.org> In-Reply-To: <18437.5765.761443.586234@jerusalem.litteratus.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200804161848.42454.daniel.tourde@spray.se> Cc: josh.carroll@gmail.com, freebsd-questions@freebsd.org Subject: Re: How to switch scheduler on 7.0? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: daniel.tourde@spray.se List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Apr 2008 16:48:35 -0000 Hi Robert, The expression "terrible performances" was maybe not the best way to express myself. My intentions were not to step on anyone's toe or being nasty. Sorry about that. To describe things shortly, the problem is responsiveness. I have been running FreeBSD since 4.7 and never experienced what I am experiencing now: - Bad responsiveness of the desktop - Temporary freeze (10 to 30s) - Slow mouse (and not a very smooth movement, a kind of 'step by step') etc. Daniel > > > I would like to switch scheduler on my FreeBSD 7.0 box but I don't > > > know how todo that. > > > > You will want to use options SCHED_ULE instead of SCHED_4BSD in your > > kernel config. > > Am I correct in remembering SCHED_ULE /is/ the default for 7.0+? > If this is true, and you (the OP) do not need the machine for > production, there are people who would be interested in hearing > about your problems - especially if you are prepared to define (and > document) "terrible performace" and help diagnosing the issue. > > > Robert Huff