我查下了实际我们使用的storage.engine是 raft-kv,不是partitioned-rafe-kv.
[image]
所以我的疑问还是存在

1、storage.block-cache.capacity 和 memory-usage-limit 同时设置了,memory-usage-limit 就不生效了吗? 如果storage.block-cache.capacity 稍微偏大些(但也小于 memory-usage-limit) 就会导致 TiKV内存使用超过memory-usage-limit 的设置吗?
2、我是一个主机部署一个TiKV实例,所以TiKV最大内存…