From owner-freebsd-hackers Thu Feb 18 6:51:59 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from digistar.digistar.com (digistar.com [12.14.241.201]) by hub.freebsd.org (Postfix) with ESMTP id 29F2910EAD; Thu, 18 Feb 1999 06:51:53 -0800 (PST) (envelope-from freebsd@digistar.com) Received: from localhost (freebsd@localhost) by digistar.digistar.com (8.9.3/8.9.3/jsb) with ESMTP id IAA01754; Thu, 18 Feb 1999 08:51:53 -0600 Date: Thu, 18 Feb 1999 08:51:53 -0600 (CST) From: freebsd@digistar.com To: Undisclosed recipients: ; Subject: data buffers, disk i/o jsb Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi, Is there a compile-time option that I can compile into the kernel to improve disk caching/buffering? I'm new to the list; if I'm in the wrong list, my apologies. My concern/question is I have recently put together a 2.2.8 test server and noticed that disk access is not up to expectations and I am looking for a way to remedy it. For example, when doing a du or a find across a single slice, the disk is physically accessed every time I du or find. I had expected the first find or du access to read and buffer the first pass, and the second find or du to read from the disk cache or buffer. It seems like there's a lot of wasted disk i/o when it could be avoided by reading from the disk cache. Also, if I boot from the boot floppy for installtion and install the ports collection, the install moves at a much faster pace, like 15K/s. If I install the ports collection after the install is completed (booting from the hard disk) the install takes FOREVER, like 2K/s and there is a HUGE amount of disk access. Is there a compile-time option that I can compile into the kernel to improve disk caching/buffering? Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message