Page MenuHomeFreeBSD

malloc: provide 384 byte zone
ClosedPublic

Authored by mjg on Nov 9 2020, 1:55 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 9, 10:11 PM
Unknown Object (File)
Mon, Sep 29, 3:45 PM
Unknown Object (File)
Aug 24 2025, 7:46 AM
Unknown Object (File)
Aug 5 2025, 8:49 AM
Unknown Object (File)
Jul 7 2025, 9:19 AM
Unknown Object (File)
Jul 7 2025, 7:42 AM
Unknown Object (File)
Jul 7 2025, 5:12 AM
Unknown Object (File)
Jul 6 2025, 10:08 AM
Subscribers

Details

Summary

It provides a clear cut win when using ZFS, which performs a host of very different allocations.

Total page count after buildworld for 384 (if present) and 512 zones:
before: 29713
after: 25946

btw,
vm.uma.malloc_384.keg.domain.1.pages: 11621
vm.uma.malloc_384.keg.domain.0.pages: 11597
vm.uma.malloc_512.keg.domain.1.pages: 1280
vm.uma.malloc_512.keg.domain.0.pages: 1448

Adding more zones with smaller sizes led to inconclusive results, will have to be revisited.

Diff Detail

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

Event Timeline

mjg requested review of this revision.Nov 9 2020, 1:55 AM
This revision is now accepted and ready to land.Nov 9 2020, 5:33 PM
This revision was automatically updated to reflect the committed changes.