cvs commit: src/sys/sparc64/include param.h

Kris Kennaway kris at FreeBSD.org
Sun Oct 16 17:19:01 PDT 2005


kris        2005-10-17 00:19:00 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/sparc64/include  param.h 
  Log:
  MFC r1.20:
  
  Add a default value for VM_BCACHE_SIZE_MAX of 400MB.  This is copied from
  amd64, and is a factor of 3 less than the value previously auto-sized on
  a 12GB machine, which would cause an overflow in calculations involving the
  maxbcache int, causing bufinit() to loop forever at boot.
  
  Approved by:     re (kensmith)
  
  Revision  Changes    Path
  1.19.2.1  +8 -0      src/sys/sparc64/include/param.h


More information about the cvs-all mailing list