可以收个 profile 发出来看下
收集方式如下:
- 开启heap收集,执行命令后等待2分钟
curl http://:<status_port>/debug/pprof/heap_activate?interval=60
-
查看收集结果 curl http://:<status_port>/debug/pprof/heap_list
-
将第二步中收集结果拷贝出来
-
关闭heap收集 curl http://:<status_port>/debug/pprof/heap_deactivate jeprof --svg <prof.heap> > out.svg