From owner-freebsd-hackers Wed Jul 14 1:55:42 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from relay.is4b.net (peach.oaktree.net.uk [193.82.129.13]) by hub.freebsd.org (Postfix) with ESMTP id D50AC14FD5 for ; Wed, 14 Jul 1999 01:55:39 -0700 (PDT) (envelope-from jon@chalk.oaktree.net.uk) Received: from chalk.oaktree.net.uk (chalk.oaktree.net.uk [193.82.129.19]) by relay.is4b.net (Postfix) with ESMTP id 596521DC01; Wed, 14 Jul 1999 09:54:00 +0100 (BST) Received: (from jon@localhost) by chalk.oaktree.net.uk (8.9.3/8.9.3) id JAA02427; Wed, 14 Jul 1999 09:54:00 +0100 (BST) Date: Wed, 14 Jul 1999 09:53:59 +0100 From: Jon Ribbens To: Doug Rabson Cc: Alfred Perlstein , "Daniel C. Sobral" , freebsd-hackers@freebsd.org, tech-userlevel@netbsd.org, tech@openbsd.org Subject: Re: Replacement for grep(1) (part 2) Message-ID: <19990714095359.A13286@oaktree.co.uk> Mail-Followup-To: Doug Rabson , Alfred Perlstein , "Daniel C. Sobral" , freebsd-hackers@freebsd.org, tech-userlevel@netbsd.org, tech@openbsd.org References: <19990713100228.C10979@oaktree.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: ; from Doug Rabson on Wed, Jul 14, 1999 at 08:31:07AM +0100 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Doug Rabson wrote: > Overcommit can be used for many reasons. I use it to reserve a large > linear address space to mmap alpha i/o spaces to which allows an efficient > implementation of inx/outx in user mode: > > UID PID PPID CPU PRI NI VSZ RSS WCHAN STAT TT TIME COMMAND > 0 43655 43652 7 2 0 12616584 12456 select S ?? 1036:41.62 /usr/X11R6/bin/X -auth /usr/X11R6/lib/X11/xdm/authdir/A:0-w43652 > > The X server is using 12G of address space.. This is not an argument for malloc() to overcommit by default, it is an argument for there to be a way of allocating address space with no swap reserved *when you specifically ask for it*. Of course I would not disagree with this. Cheers Jon -- \/ Jon Ribbens / jon@oaktree.co.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message