Date: Mon, 6 Nov 2000 17:33:33 -0500 From: "John W. De Boskey" <jwd@bsdwins.com> To: Matt Dillon <dillon@earth.backplane.com> Cc: Jordan Hubbard <jkh@winston.osd.bsdi.com>, Marcel Moolenaar <marcel@cup.hp.com>, "David O'Brien" <obrien@FreeBSD.org>, "Jordan K. Hubbard" <jkh@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile Message-ID: <20001106173333.A23103@bsdwins.com> In-Reply-To: <200011062157.eA6LvSG68894@earth.backplane.com>; from dillon@earth.backplane.com on Mon, Nov 06, 2000 at 01:57:28PM -0800 References: <65206.973531176@winston.osd.bsdi.com> <200011062157.eA6LvSG68894@earth.backplane.com>
next in thread | previous in thread | raw e-mail | index | archive | help
----- Matt Dillon's Original Message ----- > :> It's not a bikeshed, it's a matter of principle. We still have machines > :> on this planet that take days to build world. I don't care if we choose > : > :Well, yes and no. It's important that people who's machines take days > :... > > You guys are either crazy or bored to be arguing over what is essentially > one line of output out of megabytes of junk spewed forth from > a buildworld. > > If you are bored, I have a bunch of 4.x-relative patches that need > to be ported and tested on current so they can be committed to both. > > Anyone care to take on the file-descriptor-race mega-patch? It > will be ready tonight. > > In about a week the low-memory deadlock patch I'm working on with > Paul Saab will be available - that will need forward porting as well. > > -Matt > We're doing this because we know you need some amusement and work much too hard... Now, all I have to do is add an option to date to output the day of the year zero based... :-) -John 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. 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?20001106173333.A23103>