cvs commit: src/sys/vm swap_pager.c swap_pager.h

Poul-Henning Kamp phk at FreeBSD.org
Thu Jul 17 14:58:46 PDT 2003


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


More information about the cvs-src mailing list