From owner-freebsd-current Wed Oct 30 4:48:47 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87A3437B401 for ; Wed, 30 Oct 2002 04:48:46 -0800 (PST) Received: from mx9.mail.ru (mx9.mail.ru [194.67.57.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAB4E43E42 for ; Wed, 30 Oct 2002 04:48:43 -0800 (PST) (envelope-from kan@mail.ru) Received: from drweb by mx9.mail.ru with drweb-scanned (Exim MX.9) id 186sGr-000Oiv-00; Wed, 30 Oct 2002 15:48:29 +0300 Received: from [141.154.54.36] (helo=kan.dnsalias.net) by mx9.mail.ru with esmtp (Exim SMTP.9) id 186sGr-000Og8-00; Wed, 30 Oct 2002 15:48:29 +0300 Received: from kan.dnsalias.net (localhost [IPv6:::1]) by kan.dnsalias.net (8.12.6/8.12.6) with ESMTP id g9UCmKR2057582; Wed, 30 Oct 2002 07:48:20 -0500 (EST) (envelope-from kan@kan.dnsalias.net) Received: (from kan@localhost) by kan.dnsalias.net (8.12.6/8.12.6/Submit) id g9UCmEwB057581; Wed, 30 Oct 2002 07:48:14 -0500 (EST) Date: Wed, 30 Oct 2002 07:48:14 -0500 From: Alexander Kabaev To: Stijn Hoop Cc: drosih@rpi.edu, raymond.j.kohler@lmco.com, current@FreeBSD.ORG Subject: Re: speed of -CURRENT [was: questions about the state of current] Message-Id: <20021030074814.3e3c43ea.kabaev@bellatlantic.net> In-Reply-To: <20021030091356.GC94770@pcwin002.win.tue.nl> References: <2570443.1035916854787.JavaMail.wshttp@emss03g01.ems.lmco.com> <20021030091356.GC94770@pcwin002.win.tue.nl> Reply-To: ak03@gte.com X-Mailer: Sylpheed version 0.8.5claws26 (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > I am experiencing a really noticable slower startup time on my very > recent-CURRENT laptop for almost all programs. The problem seems to be > in getting info in the cache, because it disappears when I start the > same program again. This almost certainly is caused by the 'ioslow' addition to specfs_vnops.c. Find a block in specfs_strategy function which goes into tsleep for niced processes and comment it out. Let us know if that helps :) -- Alexander Kabaev To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message