Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jul 2002 12:16:37 -0700 (PDT)
From:      Alan Cox <alc@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/vm vm_map.c
Message-ID:  <200207031916.g63JGbk6045044@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2002/07/03 12:16:37 PDT

  Modified files:
    sys/vm               vm_map.c 
  Log:
   o Make the reservation of KVA space for kernel map entries a function
     of the KVA space's size in addition to the amount of physical memory
     and reduce it by a factor of two.
  
  Under the old formula, our reservation amounted to one kernel map entry
  per virtual page in the KVA space on a 4GB i386.
  
  Revision  Changes    Path
  1.260     +2 -1      src/sys/vm/vm_map.c

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?200207031916.g63JGbk6045044>