From owner-freebsd-hackers Thu Apr 11 17:25:20 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA27036 for hackers-outgoing; Thu, 11 Apr 1996 17:25:20 -0700 (PDT) Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id RAA27018 for ; Thu, 11 Apr 1996 17:25:12 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by Root.COM (8.7.5/8.6.5) with SMTP id RAA12750; Thu, 11 Apr 1996 17:24:24 -0700 (PDT) Message-Id: <199604120024.RAA12750@Root.COM> X-Authentication-Warning: implode.Root.COM: Host localhost [127.0.0.1] didn't use HELO protocol To: Jaye Mathisen cc: hackers@FreeBSD.ORG Subject: Re: warning: maxusers > 64 In-reply-to: Your message of "Thu, 11 Apr 1996 15:59:49 PDT." From: David Greenman Reply-To: davidg@Root.COM Date: Thu, 11 Apr 1996 17:24:24 -0700 Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Why does it care? (2.1-stable, supped yesterday. (4/10)) It doesn't care. It is only warning you that you might be doing something stupid. maxusers is used to size many kernel data structures and too large a value might cause you problems depending on how much memory you have and how large the number is. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project