From owner-cvs-src@FreeBSD.ORG Fri Jun 27 23:04:48 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF7D637B401; Fri, 27 Jun 2003 23:04:48 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C7CD44029; Fri, 27 Jun 2003 23:04:48 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h5S64m0U084358; Fri, 27 Jun 2003 23:04:48 -0700 (PDT) (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5S64m2o084357; Fri, 27 Jun 2003 23:04:48 -0700 (PDT) Message-Id: <200306280604.h5S64m2o084357@repoman.freebsd.org> From: Jeff Roberson Date: Fri, 27 Jun 2003 23:04:47 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern sched_ule.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jun 2003 06:04:49 -0000 jeff 2003/06/27 23:04:47 PDT FreeBSD src repository Modified files: sys/kern sched_ule.c Log: - Adjust the default maximum slice value to ~140ms. This has improved the nice distribution without significantly impacting interactive response. As a side effect it should also allow batch processes to run for a slightly longer period which will positively impact their performance. Revision Changes Path 1.47 +2 -2 src/sys/kern/sched_ule.c