Page MenuHomeFreeBSD

Use a large kmem arena import size on NUMA systems.
ClosedPublic

Authored by markj on Aug 12 2020, 9:11 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 22 2024, 7:12 AM
Unknown Object (File)
Oct 21 2024, 7:27 PM
Unknown Object (File)
Oct 2 2024, 12:03 PM
Unknown Object (File)
Sep 30 2024, 3:14 AM
Unknown Object (File)
Sep 20 2024, 2:36 PM
Unknown Object (File)
Sep 8 2024, 11:10 PM
Unknown Object (File)
Sep 8 2024, 5:13 PM
Unknown Object (File)
Sep 6 2024, 2:43 PM
Subscribers

Details

Summary

This helps minimize the fragmentation that occurs when 2MB imports are
interleaved across NUMA domains. This complements D24548, which aims to
reduce internal fragmentation caused by vmem's unwillingness to coalesce
across imported spans.

This is based upon the presumption that potential overallocation is not
harmful on NUMA systems, i.e., we are at worst wasting page table pages
used to extend the kernel pmap.

Diff Detail

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

Event Timeline

markj requested review of this revision.Aug 12 2020, 9:11 PM
markj created this revision.

With this and the other vmem diff we get much better superpage usage in the kernel map during poudriere runs.

This revision is now accepted and ready to land.Aug 14 2020, 8:05 PM
This revision was automatically updated to reflect the committed changes.