Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Apr 2007 08:42:01 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/contrib/opensolaris/uts/common/fs dnlc.c
Message-ID:  <200704130842.l3D8g1c9074046@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pjd         2007-04-13 08:42:01 UTC

  FreeBSD src repository

  Modified files:
    sys/contrib/opensolaris/uts/common/fs dnlc.c 
  Log:
  Fix vnodes starvation caused by DNLC (ZFS name cache):
  - Tune number of namecache entires better (based on desiredvnodes).
  - Handle vfs_lowvnodes event by releasing requested number of name cache
    entries, but no less than 5%.
  
  Reported by:    simokawa
  
  Revision  Changes    Path
  1.2       +20 -1     src/sys/contrib/opensolaris/uts/common/fs/dnlc.c



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