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)
Mon, Nov 4, 10:41 AM
Unknown Object (File)
Mon, Nov 4, 10:41 AM
Unknown Object (File)
Mon, Nov 4, 10:41 AM
Unknown Object (File)
Mon, Nov 4, 10:25 AM
Unknown Object (File)
Oct 3 2024, 10:12 PM
Unknown Object (File)
Oct 1 2024, 2:04 PM
Unknown Object (File)
Sep 21 2024, 7:21 AM
Unknown Object (File)
Sep 18 2024, 6:48 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.