Page MenuHomeFreeBSD

vmm(4): Bump VM_MAX_MEMMAPS for vmgenid
ClosedPublic

Authored by cem on Apr 19 2020, 11:50 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 14 2024, 5:29 PM
Unknown Object (File)
Dec 5 2023, 8:31 PM
Unknown Object (File)
Nov 24 2023, 8:44 AM
Unknown Object (File)
Nov 5 2023, 3:37 AM
Unknown Object (File)
Sep 1 2023, 10:05 PM
Unknown Object (File)
Sep 1 2023, 10:05 PM
Unknown Object (File)
Sep 1 2023, 10:01 PM
Unknown Object (File)
Sep 1 2023, 9:55 PM
Subscribers

Details

Summary

As a short term solution for the problem reported by Shawn Webb re: r359950,
bump the maximum number of memmaps per VM. This structure is 40 bytes, and the
additional four (fixed array embedded in the struct vm) members increase the
size of struct vm by 3%.

(The vast majority of struct vm is the embedded struct vcpu array, which
accounts for 84% of the size -- over 4 kB.)

Reported by: Shawn Webb
X-MFC-With: r359950

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable