umputun / rlb-stats

Stats collector and reporter for RLB
MIT License
7 stars 2 forks source link

excessive memory utilization #27

Open umputun opened 2 years ago

umputun commented 2 years ago

1.1g 219800 S 47.5 56.4 20:09.63 rlb-stats

it eats a lot of RAM, a lot

paskal commented 2 years ago

Please build the docker image using that branch with pprof enabled, and then run something along the lines of go tool pprof -http 127.0.0.1:8081 'http://127.0.0.1:8080/debug/pprof/heap?debug=1' to see the flame graph of memory usage at http://127.0.0.1:8081.