Date: Tue, 7 Dec 2004 22:50:07 -0600 From: Alan Cox <alc@cs.rice.edu> To: Mikhail Teterin <Mikhail.Teterin@murex.com> Cc: freebsd-bugs@freebsd.org Subject: Re: kern/73010: [panic] vnode_pager_getpages: unexpected missing page Message-ID: <20041208045007.GL17820@cs.rice.edu> In-Reply-To: <200412072312.iB7NCBka017908@harik.murex.com> References: <200412072217.iB7MHbvb014538@freefall.freebsd.org> <200412072312.iB7NCBka017908@harik.murex.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Dec 07, 2004 at 06:19:42PM -0500, Mikhail Teterin wrote: > ???????? 07 ??????? 2004 17:17, Alan Cox ?? ????????: > > Synopsis: [panic] vnode_pager_getpages: unexpected missing page > > HEAD has been patched. > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=73010 > > Thanks a lot! Can you confirm -- or deny -- for the record, that larger than > 2Gb mmap (up to 2^63) should work on 64-bit platforms? Yours, > It should work. For example, I was able to increase MAX_INPUT_MAP and MAX_OUTPUT_MAP in your program to 3GB. (4GB failed not in mmap(2) but in the compression library.) Regards, Alan
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041208045007.GL17820>