Date: Mon, 23 Feb 2009 23:00:12 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/vm vm_kern.c Message-ID: <200902232300.n1NN0Wv3036275@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2009-02-23 23:00:12 UTC FreeBSD src repository Modified files: sys/vm vm_kern.c Log: SVN rev 188964 on 2009-02-23 23:00:12Z by rwatson Add a debugging sysctl, debug.vm_lowmem, that when assigned a value of 1 will trigger a pass through the VM's low-memory handlers, such as protocol and UMA drain routines. This makes it easier to exercise these otherwise rarely-invoked code paths. MFC after: 3 days Revision Changes Path 1.138 +22 -0 src/sys/vm/vm_kern.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902232300.n1NN0Wv3036275>