From owner-freebsd-hackers Tue Jan 28 08:40:59 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA23005 for hackers-outgoing; Tue, 28 Jan 1997 08:40:59 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA22999 for ; Tue, 28 Jan 1997 08:40:56 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.3/8.6.9) id DAA29955; Wed, 29 Jan 1997 03:36:49 +1100 Date: Wed, 29 Jan 1997 03:36:49 +1100 From: Bruce Evans Message-Id: <199701281636.DAA29955@godzilla.zeta.org.au> To: bde@zeta.org.au, roberto@eurocontrol.fr Subject: Re: MAXMEM and userconfig Cc: freebsd-hackers@freebsd.org Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >> iosiz npx0 > >Thanks, I must have missed the commit. I guess it is only for CURRENT and >won't be available for 2.2 ? It's for 2.2 and also for -current. -current doesn't really need it, since -current gets compiled every day (else it isn't current :-), so you need to configure the memory size at compile time to avoid entering it in userconfig too often. Bruce