From owner-freebsd-current@FreeBSD.ORG Sun Sep 16 06:47:23 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 406EF16A419; Sun, 16 Sep 2007 06:47:23 +0000 (UTC) (envelope-from jroberson@chesapeake.net) Received: from webaccess-cl.virtdom.com (webaccess-cl.virtdom.com [216.240.101.25]) by mx1.freebsd.org (Postfix) with ESMTP id E52BD13C457; Sun, 16 Sep 2007 06:47:22 +0000 (UTC) (envelope-from jroberson@chesapeake.net) Received: from [192.168.1.103] (c-67-160-44-208.hsd1.wa.comcast.net [67.160.44.208]) (authenticated bits=0) by webaccess-cl.virtdom.com (8.13.6/8.13.6) with ESMTP id l8G6lK1H023713 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Sun, 16 Sep 2007 02:47:21 -0400 (EDT) (envelope-from jroberson@chesapeake.net) Date: Sat, 15 Sep 2007 23:49:56 -0700 (PDT) From: Jeff Roberson X-X-Sender: jroberson@10.0.0.1 To: Roman Bogorodskiy In-Reply-To: <20070916061932.GA93480@underworld.novel.ru> Message-ID: <20070915234855.G531@10.0.0.1> References: <20070916061932.GA93480@underworld.novel.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-current@freebsd.org Subject: Re: SCHED_ULE on desktop system X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Sep 2007 06:47:23 -0000 On Sun, 16 Sep 2007, Roman Bogorodskiy wrote: > Hello, > > I'm curious if SCHED_ULE is designed to be used on a desktop system. I'm > running -CURRENT at home and tried to use SCHED_ULE for some time. It > works alright while the load is not very high. But once I start > compiling something (running 'make buildworld' or 'portupgrade -a' for > example), the machine comes almost unusable - X11's windows takes a lot > of time to redraw, changing virtual desktop in window manager may take > a several seconds. And it's nearly impossible to watch some movie with > mplayer. Roman, This is contrary to the experiences of many others. Can you send me your dmesg? There may be something about your particular hardware that is triggering a bug. ULE is definitely designed to be responsive on the desktop. Thanks, Jeff > > However, when I switch to SCHED_4BSD, system's reaction time gets lower > and I even can watch a movie with mplayer when compiling something. > > Is SHCED_ULE designed to behave that way or I spotted some bug? > > PS I run UP system. > > Roman Bogorodskiy >