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
It is seen that filebeat memory usage on docker keeps growing until a point that it is OOM killed.
On doing more analysis with pprof, it is seen that there are many unused prospector objects that are still lingering around.
Short term work around can be to just create runner objects only when a new cfg file comes in or a config is removed. This avoids creating Runners which causes the leak in filebeat.
The text was updated successfully, but these errors were encountered:
Version: HEAD on master
OS: golang:1.8 docker container
On using the following config:
It is seen that filebeat memory usage on docker keeps growing until a point that it is OOM killed.
On doing more analysis with pprof, it is seen that there are many unused prospector objects that are still lingering around.
Short term work around can be to just create runner objects only when a new cfg file comes in or a config is removed. This avoids creating Runners which causes the leak in filebeat.
The text was updated successfully, but these errors were encountered: