[Bug 269572] MAXCPU too low for contemporary servers
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 269572] MAXCPU too low for contemporary servers"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 26 Apr 2023 14:14:15 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269572 --- Comment #2 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=74ac712f72cfd6d7b3db3c9d3b72ccf2824aa183 commit 74ac712f72cfd6d7b3db3c9d3b72ccf2824aa183 Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2023-04-26 14:08:42 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2023-04-26 14:08:42 +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 sys/amd64/vmm/amd/svm.c | 11 ++++++----- sys/amd64/vmm/intel/vmx.c | 12 ++++++++---- 2 files changed, 14 insertions(+), 9 deletions(-) -- You are receiving this mail because: You are the assignee for the bug.