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)
Tue, Nov 25, 2:45 PM
Unknown Object (File)
Fri, Nov 21, 4:10 AM
Unknown Object (File)
Fri, Nov 21, 4:05 AM
Unknown Object (File)
Fri, Nov 21, 4:02 AM
Unknown Object (File)
Fri, Nov 21, 4:01 AM
Unknown Object (File)
Wed, Nov 19, 7:21 PM
Unknown Object (File)
Wed, Nov 19, 5:15 PM
Unknown Object (File)
Sun, Nov 16, 11:35 PM
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 Skipped
Unit
Tests Skipped
Build Status
Buildable 34703

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.