-
Notifications
You must be signed in to change notification settings - Fork 163
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
The memory of the agent grows slowly.
Screenshots
The screenshot from a user shows that the memory usage of some agents is over 1GiB.

Trouble shooting
Run the following command:
curl http://IP:6060/debug/pprof/heap -o heap
go tool pprof heap
> web
We can get the following heap graph:
It shows the inuse heap of kindling-collector is only 365MiB. So the kindling-probe may use more than 700MiB memory.
Environment (please complete the following information)
- Kindling agent version: v0.8.0
- Node Kernel version: 5.4.240-1.el7.elrepo.x86_64
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working