看起来你这个大概率是数据量太大了。这是 tikv 内存使用的大头:你可以看看
-
Region 内存
- 10k region 大约消耗 500MB 内存
-
rocksdb
-
block cache :默认值为 TiKV 默认将系统总内存大小的 45% storage.block-cache.capacity
-
memtable ( tikv details / rocksdb kv / memtable size)
-
-
raftstore
- raftstore memtrace ( tikv details / server / memory trace → raftstore)
-
memory fragmentation (tikv details / memory / allocator stats → fragmentation and dirty and meta )
-
resolved-ts
- lock heap size =0
-
ticdc
- TiCDC Old Value Cache / Sink Size
-
TiKV 无负载下启动常驻 =~ 1.3G
-
Task
-
Unified Read Pool