Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Nov 1996 18:11:06 -0800 (PST)
From:      John Dyson <dyson>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/kern vfs_bio.c src/sys/i386/i386 machdep.c
Message-ID:  <199611170211.SAA12169@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dyson       96/11/16 18:11:03

  Modified:    sys/kern  vfs_bio.c
               sys/i386/i386  machdep.c
  Log:
  Improve the caching of small files like directories, while not
  substantially increasing buffer space.  Specifically, we double
  the number of buffers, but allocate only half the amount of memory
  per buffer.  Note that VDIR files aren't cached unless instantiated
  in a buffer.  This will significantly improve caching.
  
  Revision  Changes    Path
  1.105     +2 -2      src/sys/kern/vfs_bio.c
  1.212     +3 -3      src/sys/i386/i386/machdep.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199611170211.SAA12169>