westerndigitalcorporation / zenfs

ZenFS is a storage backend for RocksDB that enables support for ZNS SSDs and SMR HDDs.
GNU General Public License v2.0
239 stars 87 forks source link

Reduce size of the zenfs utility binary #110

Closed yhr closed 2 years ago

yhr commented 2 years ago

The size of the zenfs utility is ~200MB, we can strip that down to 50MB just by using strip. Let's see if we can make it even smaller.

yhr commented 2 years ago

fixed, #137 merged