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
Motivation
On some busy nodes, Falco's memory usage exceeds 8 GB. I'm not sure if it's storing a lot of data on pids, threads, fds, sockets, connection state, or what else may be using all of that memory but it takes resources away from other applications. I've been using k8s memory limits to restrict this, but that is enforced through OOMKills. A more graceful way to limit memory usage would be helpful. It would also be great to get a better understanding of what is using up so much memory.
Feature
I would like a configuration setting that limits the amount of memory Falco uses to a specified maximum value and drops state information that exceeds the limit without crashing the process.
Alternatives
If the memory usage was improved more generally on large nodes then I would not have a need for this feature.
Additional context
The text was updated successfully, but these errors were encountered:
Motivation
On some busy nodes, Falco's memory usage exceeds 8 GB. I'm not sure if it's storing a lot of data on pids, threads, fds, sockets, connection state, or what else may be using all of that memory but it takes resources away from other applications. I've been using k8s memory limits to restrict this, but that is enforced through OOMKills. A more graceful way to limit memory usage would be helpful. It would also be great to get a better understanding of what is using up so much memory.
Feature
I would like a configuration setting that limits the amount of memory Falco uses to a specified maximum value and drops state information that exceeds the limit without crashing the process.
Alternatives
If the memory usage was improved more generally on large nodes then I would not have a need for this feature.
Additional context
The text was updated successfully, but these errors were encountered: