Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jul 2003 14:58:44 -0700 (PDT)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/vm swap_pager.c swap_pager.h
Message-ID:  <200307172158.h6HLwiRZ025791@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2003/07/17 14:58:44 PDT

  FreeBSD src repository

  Modified files:
    sys/vm               swap_pager.c swap_pager.h 
  Log:
  Make sure that SWP_NPAGES always has the same value in all source
  files, so that SWAP_META_PAGES does not vary either.
  
  swap_pager.c ended up with a value of 16, everybody else 8.  Go with
  the 16 for now.
  
  This should only have any effect in the "kill processes because we
  are out of swap" scenario, where it will make some sort of estimate
  of something more precise.
  
  Revision  Changes    Path
  1.203     +0 -6      src/sys/vm/swap_pager.c
  1.42      +5 -1      src/sys/vm/swap_pager.h



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