tikv内存不断上涨超过storage.block-cache.capacity设置的值

可以收个 profile 发出来看下
收集方式如下:

  1. 开启heap收集,执行命令后等待2分钟

curl http://:<status_port>/debug/pprof/heap_activate?interval=60

  1. 查看收集结果 curl http://:<status_port>/debug/pprof/heap_list

  2. 将第二步中收集结果拷贝出来

  3. 关闭heap收集 curl http://:<status_port>/debug/pprof/heap_deactivate jeprof --svg <prof.heap> > out.svg

1 个赞