From owner-freebsd-bugs Wed Jul 9 15:40:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA16934 for bugs-outgoing; Wed, 9 Jul 1997 15:40:05 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA16867; Wed, 9 Jul 1997 15:40:02 -0700 (PDT) Date: Wed, 9 Jul 1997 15:40:02 -0700 (PDT) Message-Id: <199707092240.PAA16867@hub.freebsd.org> To: freebsd-bugs Cc: From: "Jin Guojun[ITG]" Subject: Re: kern/4070: cannot access over 64MB memory Reply-To: "Jin Guojun[ITG]" Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR kern/4070; it has been noted by GNATS. From: "Jin Guojun[ITG]" To: dg@root.com Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/4070: cannot access over 64MB memory Date: Wed, 9 Jul 1997 15:36:45 -0700 } ># limit } ... } >datasize 131072 kbytes } } Malloc is kind of strange when it comes to allocating the virtual address } space and will consume up to twice the amount requested. If you want to malloc } more than 64MB, you'll need to further increase the data limit. Would some one please update the section 7.6 in www.freebsd.com/FAQ/FAQ.html to add this information in? Thanks, -Jin