Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Mar 2001 11:21:24 -0800 (PST)
From:      Andrew Gallatin <gallatin@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/vm vm_page.c
Message-ID:  <200103011921.f21JLPF61685@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
gallatin    2001/03/01 11:21:24 PST

  Modified files:
    sys/vm               vm_page.c 
  Log:
  Allocate vm_page_array and vm_page_buckets from the end of the biggest chunk
  of memory, rather than from the start.
  
  This fixes problems allocating bouncebuffers on alphas where there is only
  1 chunk of memory (unlike PCs where there is generally at least one small
  chunk and a large chunk).  Having 1 chunk had been fatal, because these
  structures take over 13MB on a machine with 1GB of ram. This doesn't leave
  much room for other structures and bounce buffers if they're at the front.
  
  Reviewed by: dfr, anderson@cs.duke.edu, silence on -arch
  Tested by: Yoriaki FUJIMORI <fujimori@grafin.fujimori.cache.waseda.ac.jp>
  
  Revision  Changes    Path
  1.157     +17 -19    src/sys/vm/vm_page.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?200103011921.f21JLPF61685>