Sagar Bud
07/31/2024, 7:49 AMSrikanth Chekuri
07/31/2024, 1:26 PMkubectl -n <your-namespace> port-forward pod/<collector-pod-with-high-memory-usage> 1777:1777
go tool pprof <http://localhost:1777/debug/pprof/heap>
And share the result of top
from heap profileSagar Bud
08/01/2024, 6:14 AMSrikanth Chekuri
08/04/2024, 4:36 PMSagar Bud
08/13/2024, 9:29 AM