TIKV 内存占用过高,如何定位原因?

https://github.com/tikv/tikv/blob/251df183b0d089d01e629791124f70c3cbb6fdbf/src/storage/config.rs#L282

        if self.shared == Some(false) {
            warn!("storage.block-cache.shared is deprecated, cache is always shared.");
        }

:rofl:有点不讲武德。