- Add more options (some are hidden due to missing dependencies)
- Make LibreSSL use to libtls
- Drop FFSERVER after 6b35a83214f1
- Drop -mstackrealign after ea2f72a2c14c
Details
- Reviewers
- None
- Group Reviewers
multimedia - Commits
- rP468844: multimedia/ffmpeg: update to 4.0
- poudriere bulk -t multimedia/ffmpeg is green on 10.3 i386/amd64, 10.4 i386/amd64, 11.1 i386/amd64/armv6/aarch64, 12.0 i386/amd64/armv6/armv7/aarch64
- consumers will be tested via bug 227726
Diff Detail
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 16275 Build 16222: arc lint + arc unit
when ZFS grows the pool, it will add more metaslabs of this same size.
So we want to keep the number of slabs small, so that growing the pool to 100x the size doesn't result in 16,000 metaslabs.
The only downside is, any slack that doesn't fit into a metaslab will be unused, so if we just set a metaslab size of 4G, then we'd only have 8G usable from a 10G image.
Although without knowing how large they are going to grow it, it can be difficult to guess what number is right.