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
I'm wondering if BTF data present in memory affects how long GC work. 37% of CPU is way too much for me.
Is there a way to unload BTF after all programs are registered or it must present all the time my app works?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello!
I have an app which listens for different kernel events and send them via grpc API.
Its memory profile:
And CPU one:
I'm wondering if BTF data present in memory affects how long GC work. 37% of CPU is way too much for me.
Is there a way to unload BTF after all programs are registered or it must present all the time my app works?
Beta Was this translation helpful? Give feedback.
All reactions