Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Dec 1997 21:41:09 -0800 (PST)
From:      John Dyson <dyson@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/vm vm_pageout.c
Message-ID:  <199712050541.VAA05258@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dyson       1997/12/04 21:41:08 PST

  Modified files:
    sys/vm               vm_pageout.c 
  Log:
  Add new (very useful) tunable for pageout daemon.  The flag changes
  the maximum pageout rate:
  
  sysctl -w vm.vm_maxlaunder=n
  
   1 < n < inf.
  
  If paging heavily on large systems, it is likely that a performance
  improvement can be achieved by increasing the parameter.  On a large
  system, the parm is 32, but numbers as large as 128 can make a big
  difference.  If paging is expensive, you might try decreasing the
  number to 1-8.
  
  Revision  Changes    Path
  1.102     +20 -18    src/sys/vm/vm_pageout.c



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