[Bug 204938] Upper limit for maxusers in config(5) is invalid

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 31 Oct 2021 19:29:45 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204938

--- Comment #3 from commit-hook@FreeBSD.org ---
A commit in branch stable/13 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=cbd82a22eb0cfd32889e7ddd74fa8b0edf1adf19

commit cbd82a22eb0cfd32889e7ddd74fa8b0edf1adf19
Author:     Felix Johnson <felix.the.red@gmail.com>
AuthorDate: 2021-10-28 18:15:08 +0000
Commit:     Guangyuan Yang <ygy@FreeBSD.org>
CommitDate: 2021-10-31 19:27:20 +0000

    config(5): Update upper limit for maxusers on 64-bit systems

    The limit of 384 maxusers for auto configuration was only imposed on
    32-bit systems. Document that maxusers scales above 384 based on memory
    for 64-bit systems.

    PR:             204938
    Reported by:    David Höppner <0xffea@gmail.com>

    (cherry picked from commit 191c624d9519a2767801de390b192ee7a96b41cd)

 usr.sbin/config/config.5 | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.