From owner-cvs-all Mon Nov 6 14:45:28 2000 Delivered-To: cvs-all@freebsd.org Received: from mass.osd.bsdi.com (adsl-63-206-90-77.dsl.snfc21.pacbell.net [63.206.90.77]) by hub.freebsd.org (Postfix) with ESMTP id D718A37B479; Mon, 6 Nov 2000 14:45:24 -0800 (PST) Received: from mass.osd.bsdi.com (localhost [127.0.0.1]) by mass.osd.bsdi.com (8.11.0/8.11.1) with ESMTP id eA6MlXF28605; Mon, 6 Nov 2000 14:47:34 -0800 (PST) (envelope-from msmith@mass.osd.bsdi.com) Message-Id: <200011062247.eA6MlXF28605@mass.osd.bsdi.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: "John W. De Boskey" Cc: Matt Dillon , Jordan Hubbard , Marcel Moolenaar , "David O'Brien" , "Jordan K. Hubbard" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile In-reply-to: Your message of "Mon, 06 Nov 2000 17:33:33 EST." <20001106173333.A23103@bsdwins.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 06 Nov 2000 14:47:33 -0800 From: Mike Smith Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > ps: Speaking of low memory, are there any known bugs when allocating > extremely large amounts of memory? I have 768Meg of ram, 5 gig > of swap: malloc tops out at 1gig and mmap(anon) tops out at > 2 gig... I need to alloc 4 gig. The following are in the > kernel config: > > # Increase the default maximum data size > options MAXDSIZ="((__int64_t)5*1024*1024*1024)" > options DFLDSIZ="((__int64_t)5*1024*1024*1024)" > > see: ~jwd/public_html/ds.c > or: http://www.freebsd.org/~jwd/ds.c > > Probably something silly on my part. Yeah. You can't fit 4G into a 32-bit address space and have any room left for anything else. 8) -- ... every activity meets with opposition, everyone who acts has his rivals and unfortunately opponents also. But not because people want to be opponents, rather because the tasks and relationships force people to take different points of view. [Dr. Fritz Todt] V I C T O R Y N O T V E N G E A N C E To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message