Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jan 2008 08:36:38 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/vm vm_kern.c
Message-ID:  <200801100836.m0A8acwG005416@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pjd         2008-01-10 08:36:38 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               vm_kern.c 
  Log:
  When one tries to allocate memory with the M_WAITOK flag and we are short in
  address space in kmem map call vm_lowmem event in a loop and wait a bit for
  subsystems to reclaim some memory which in turn will reclaim address space as
  well.
  
  Note, this is a work-around.
  
  Reviewed by:    alc
  Approved by:    alc
  MFC after:      3 days
  
  Revision  Changes    Path
  1.131     +13 -6     src/sys/vm/vm_kern.c



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