Date: Mon, 3 Jan 2000 11:13:56 -0800 (PST) From: Guido van Rooij <guido@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_mmap.c Message-ID: <200001031913.LAA25582@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
guido 2000/01/03 11:13:55 PST
Modified files:
sys/vm vm_mmap.c
Log:
Use MAP_NOSYNC for vnodes without any links in their filesystem.
This is necessary for vmware: it does not use an anonymous mmap for
the memory of the virtual system. In stead it creates a temp file an
unlinks it. For a 50 MB file, this results in a ot of syncing
every 30 seconds.
Reviewed by: Matthew Dillon <dillon@backplane.com>
Revision Changes Path
1.106 +8 -1 src/sys/vm/vm_mmap.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?200001031913.LAA25582>
