cilium / tetragon

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

Memory optimizations: remove BTF and kallsyms caches #2937

Closed tpapagian closed 1 week ago

tpapagian commented 1 week ago

Do not cache large objects like the BTF and ksyms. Reload them when needed.

Before:

Screenshot 2024-09-19 at 11 09 15 AM

After:

Screenshot 2024-09-19 at 11 31 21 AM