Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Nov 2000 17:53:03 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/include pmap.h
Message-ID:  <200011300153.eAU1r3d02769@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2000/11/29 17:53:03 PST

  Modified files:
    sys/i386/include     pmap.h 
  Log:
  Increase NKPT from 17 to 30.  This fixes the 4GB ram boot panic on both
  -current and RELENG_4 with GENERIC.
  
  NKPT is the number of initial bootstrap page table pages we create for
  the kernel during startup. Once VM is up, we resize it as needed, but
  with 4G ram, the size of the vm_page_t structures was pushing it over
  the limit.  The fact that trimmed down kernels boot on 4G ram machines
  suggests that we were pretty close to the edge.
  
  The "30" is arbitary, but smaller than the 'nkpt' variable on all
  machines that I checked.
  
  Revision  Changes    Path
  1.70      +2 -2      src/sys/i386/include/pmap.h



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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