Date: Thu, 25 Oct 2001 15:29:46 -0700 (PDT) From: Matthew Dillon <dillon@apollo.backplane.com> To: Julian Elischer <julian@elischer.org> Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/coda coda_subr.c src/sys/fs/smbfs... Message-ID: <200110252229.f9PMTks04622@apollo.backplane.com> References: <Pine.BSF.4.21.0110251608510.6914-100000@InterJet.elischer.org>
next in thread | previous in thread | raw e-mail | index | archive | help
: :I'm assuming that no-one has ever heard of a binary 3rd party :filesystem for FreeBSD? :(if so this would screw some people) I'm hoping those that have :proprietary filesystems have the code for it. : :On Thu, 25 Oct 2001, Matt Dillon wrote: You are welcome to come up with and implement a solution to the problems FreeBSD has been having scaling to >= 2G of ram. Even with these commits and the commits I will be making in the following week we will still only be about half way there. To really solve the scaleability problems we will need to split the vnode list into two lists... a clean and dirty list, to fix the filesystem syncing issues, and we will need to turn off the lazy-page-dirtying code entirely and force a dirtying fault in order to be able to properly organize VM pages into separate clean and dirty lists in the VM object, to fix vinvalbuf(), msync(), and other related routines. -Matt 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?200110252229.f9PMTks04622>