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)
Dec 14 2023, 11:55 AM
Unknown Object (File)
Nov 14 2023, 7:33 AM
Unknown Object (File)
Oct 24 2023, 9:34 AM
Unknown Object (File)
Oct 13 2023, 6:31 AM
Unknown Object (File)
Oct 12 2023, 12:54 AM
Unknown Object (File)
Sep 5 2023, 4:52 AM
Unknown Object (File)
Sep 3 2023, 7:16 AM
Unknown Object (File)
Aug 28 2023, 9:50 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.