You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We observed that the Working Set (extracted by Prometheus metric container_memory_working_set_bytes) of manager container of source-controller pod continuously growth by about 15MB per 24h.
In several weeks container gets killed as it reaches resource memory limit.
We tried to analyze it with Go’s profiling tool pprof. It does not show any significant memory increase over last 2 weeks.
The "busybox" top command also does not show any significant difference which could explain 15MB/day growth.
We observed that the Working Set (extracted by Prometheus metric container_memory_working_set_bytes) of manager container of source-controller pod continuously growth by about 15MB per 24h.
In several weeks container gets killed as it reaches resource memory limit.
We tried to analyze it with Go’s profiling tool pprof. It does not show any significant memory increase over last 2 weeks.
The "busybox" top command also does not show any significant difference which could explain 15MB/day growth.
On August 26
On August 27
Do you have an idea what could cause such a growth of the Working Set?
The text was updated successfully, but these errors were encountered: