Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 May 2023 13:33:31 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 269572] MAXCPU too low for contemporary servers
Message-ID:  <bug-269572-227-ghpCCOz77m@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-269572-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-269572-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D269572

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

URL:
https://cgit.FreeBSD.org/src/commit/?id=3D0a300a95c10f079d4735c9c13bd6bea90=
402a87a

commit 0a300a95c10f079d4735c9c13bd6bea90402a87a
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2023-05-10 13:19:09 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2023-05-11 13:32:32 +0000

    vmm: Dynamically allocate a couple of per-CPU state save areas

    This avoids bloating the BSS when MAXCPU is large.

    No functional change intended.

    PR:             269572
    Reviewed by:    corvink, rew
    Tested by:      rew
    MFC after:      2 weeks
    Sponsored by:   The FreeBSD Foundation
    Differential Revision:  https://reviews.freebsd.org/D39805

    (cherry picked from commit 74ac712f72cfd6d7b3db3c9d3b72ccf2824aa183)

 sys/amd64/vmm/amd/svm.c   | 11 ++++++-----
 sys/amd64/vmm/intel/vmx.c | 12 ++++++++----
 2 files changed, 14 insertions(+), 9 deletions(-)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-269572-227-ghpCCOz77m>