cilium / tetragon

eBPF-based Security Observability and Runtime Enforcement
https://tetragon.io
Apache License 2.0
3.66k stars 369 forks source link

ProcessCache: Make GC interval configurable #3130

Closed kevsecurity closed 20 hours ago

kevsecurity commented 3 days ago

The process cache delays removal of exited processes. The first time the garbage collector sees a process (marked deletePending), it changes it to deleteReady. The second time it sees the process, it deletes it from the cache. The garbage collector runs every 30s.

This PR makes the GC interval configurable with the --process-cache-gc-interval switch.

netlify[bot] commented 3 days ago

Deploy Preview for tetragon ready!

Name Link
Latest commit 3b5888ffd5a7faa049faa42015e25a32237798a9
Latest deploy log https://app.netlify.com/sites/tetragon/deploys/673f6089ab964f0008e018a8
Deploy Preview https://deploy-preview-3130--tetragon.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.