Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jun 1996 17:25:43 -0700 (PDT)
From:      John Dyson <dyson>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/vm vm_fault.c
Message-ID:  <199606100025.RAA18839@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dyson       96/06/09 17:25:42

  Modified:    sys/vm    vm_fault.c
  Log:
  Keep the vm_fault/vm_pageout from getting into an "infinite paging loop", by
  reserving "cached" pages before waking up the pageout daemon.  This will reserve
  the faulted page, and keep the system from thrashing itself to death given
  this condition.
  
  Revision  Changes    Path
  1.50      +7 -3      src/sys/vm/vm_fault.c



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