From owner-freebsd-current Thu Apr 19 6:48:25 2001 Delivered-To: freebsd-current@freebsd.org Received: from rbn-gw.bgtu.debryansk.ru (rbn-gw.bgtu.debryansk.ru [62.76.89.2]) by hub.freebsd.org (Postfix) with ESMTP id 8BE8C37B423; Thu, 19 Apr 2001 06:48:11 -0700 (PDT) (envelope-from kapr@acm.org) Received: from server.bitmcnit.bryansk.su (root@bitmcnit.bryansk.su [192.168.121.2]) by rbn-gw.bgtu.debryansk.ru (8.11.2/8.11.2) with ESMTP id f3JDkhC08043; Thu, 19 Apr 2001 17:46:43 +0400 Received: (from uucp@localhost) by server.bitmcnit.bryansk.su (8.9.3/8.9.3) with UUCP id RAA12184; Thu, 19 Apr 2001 17:41:20 +0400 Received: (from alex@localhost) by kapran.bitmcnit.bryansk.su (8.11.3/8.11.3) id f3JDSBA00841; Thu, 19 Apr 2001 17:28:11 +0400 (MSD) (envelope-from kapr@acm.org) X-Authentication-Warning: kapran.bitmcnit.bryansk.su: alex set sender to kapr@acm.org using -f Date: Thu, 19 Apr 2001 17:28:09 +0400 From: Alex Kapranoff To: Maxim Sobolev Cc: "'current@freebsd.org'" Subject: Re: FW: Filesystem gets a huge performance boost Message-ID: <20010419172808.A726@kapran.bitmcnit.bryansk.su> References: <200104161634.f3GGYZs11356@aslan.scsiguy.com> <200104162146.f3GLkGT82369@earth.backplane.com> <3ADBF9FA.9D1C4DB4@DougBarton.net> <20010417011335.V976@fw.wintelcom.net> <3ADC0221.32127C39@DougBarton.net> <3ADEDE2F.573C20A1@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3ADEDE2F.573C20A1@FreeBSD.org>; from sobomax@FreeBSD.ORG on Thu, Apr 19, 2001 at 03:46:39PM +0300 X-Operating-System: FreeBSD 5.0-CURRENT i386 Organization: Internal Mongolia Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Apr 19, 2001 at 03:46:39PM +0300, Maxim Sobolev wrote: > > What do you think about attached patch? > > -Maxim > > Index: Makefile > =================================================================== > RCS file: /home/ncvs/src/etc/Makefile,v > retrieving revision 1.248 > diff -d -u -r1.248 Makefile > --- Makefile 2001/03/29 14:02:59 1.248 > +++ Makefile 2001/04/19 12:44:09 > @@ -15,8 +15,8 @@ > printcap profile protocols \ > rc rc.atm rc.devfs rc.diskless1 rc.diskless2 rc.firewall rc.firewall6 \ > rc.isdn rc.network rc.network6 rc.pccard rc.serial rc.shutdown \ > - rc.syscons rc.sysctl remote rpc security services shells syslog.conf \ > - usbd.conf \ > + rc.syscons rc.sysctl remote rpc security services shells sysctl.conf \ > + syslog.conf usbd.conf \ > etc.${MACHINE_ARCH}/disktab \ > etc.${MACHINE_ARCH}/rc.${MACHINE_ARCH} \ > etc.${MACHINE_ARCH}/ttys \ > Index: sysctl.conf > =================================================================== > RCS file: /home/ncvs/src/etc/sysctl.conf,v > retrieving revision 1.1 > diff -d -u -r1.1 sysctl.conf > --- sysctl.conf 2000/07/27 22:53:42 1.1 > +++ sysctl.conf 2001/04/19 12:44:09 > @@ -3,3 +3,6 @@ > # This file is read when going to multi-user and its contents piped thru > # ``sysctl -w'' to adjust kernel values. ``man 5 sysctl.conf'' for details. > # > + > +vfs.vmiodirenable=0 # Set to 1 to enable a new directory allocation policy > + # (codenamed "dirpref") Oops, the comment is wrong. Dirpref is totally another thing which has nothing to do with that sysctl. -- Alex Kapranoff, Voice: +7(0832)791845 We've lived 2608 hours in the brand new millenium... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message