]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
compressor: Set the Zstd default compression level to 1 37253/head
authorBryan Stillwell <bstillwell@godaddy.com>
Tue, 24 Mar 2020 21:15:41 +0000 (15:15 -0600)
committerBryan Stillwell <bstillwell@godaddy.com>
Fri, 18 Sep 2020 21:18:55 +0000 (15:18 -0600)
commit34585aaa60e691c8249e5670818e1d4148fb298d
tree30bd7393fff3a7039b8c87a0939e5d699034282c
parent0b2f92b1c46934b6f1442ca361e26244f8e4bacd
compressor: Set the Zstd default compression level to 1

The default compression level of 5 for Zstandard is too high for the majority
of use cases since it requires too many CPU cycles.  This patch switches the
default to 1.

Fixes: https://tracker.ceph.com/issues/44724
Signed-off-by: Bryan Stillwell <bstillwell@godaddy.com>
(cherry picked from commit caf74d533b0c6c9e6fc5b1463ae2c3be1103d7f3)
src/common/options.cc