Mahé

Results 216 comments of Mahé

> - Would / should we reduce the process cache size as a way to limit it from growing too much? My guess is probably not because IF you do...

We merged this patch which should help on base heap (thus RSS) use: - https://github.com/cilium/tetragon/pull/2937 We also merged this, which should help to understand memory use by process cache issues...

@Jianlin-lv did it help, do you still have issues? Please reopen this if not, otherwise I'll consider that as done.

Supporting this issue: using 1.16, I had a similar situation where I couldn't see the verifier output for the subprogram and couldn't link the func#number to its name. And it...

Thanks for reporting this, seems to be a change on how we treat the error from loading policies from a directory between v1.3 and v1.4 from the discussion on Slack....

Quentinkhoo provided feedback on Slack on this is issue: > hey guys, just wanted to share, i kinda figured out what was wrong and indeed it was a setting with...

Okay cool, I can try to write a patch to return an error on wrong-BPF-object using `readlink` in `newSomethingFromFd` functions if you think that's appropriate. Cool. Agree for the generic...

So from the reaction in https://github.com/cilium/ebpf/pull/1581 it seems that maybe it's something we don't want to fix now? Or not the way the PR proposed it? Any thoughts on this,...

> It looks like programs with capabilities can’t access their own /proc/self: https://dxuuu.xyz/filecaps.html > > I wonder if we can figure a type differently. But isn't c/ebpf already parsing stuff...

Let's see if it autofixes if we rebase in a few days, maybe some binaries were missing somewhere used by `install-tool` since it's brand new.