From owner-cvs-all Mon Jan 3 11:13:59 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9F2DC14CE1; Mon, 3 Jan 2000 11:13:56 -0800 (PST) (envelope-from guido@FreeBSD.org) Received: (from guido@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA25582; Mon, 3 Jan 2000 11:13:56 -0800 (PST) (envelope-from guido@FreeBSD.org) Message-Id: <200001031913.LAA25582@freefall.freebsd.org> From: Guido van Rooij Date: Mon, 3 Jan 2000 11:13:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_mmap.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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 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