Closed sebastiaoamaro closed 1 month ago
Unless BPF just misuses this error code for different but potentially related limits, ulimit -n
should do the trick. Have you adjusted the limit the limit and then executed your process in the same shell? I think it's a per-shell adjustment.
If that doesn't help I'd suggest sending an email to the bpf mailing list. They'll probably be able to help you.
I tried even inside the script I was running to avoid all possibilities, but still it remains the same. Sorry, for the unrelated question but isn't this bpf@vger.kernel.org the email for kernel patches only?
Sorry, for the unrelated question but isn't this bpf@vger.kernel.org the email for kernel patches only?
My understanding is that it is for all kinds of discussions, including announcements and questions (examples of non-patches are [0] [1])
Hi again! I want to have a process that attaches a lot of uprobes (more than 1023), however, it gives the error:
I tried changing "ulimit -n", but it remains the same.
Do you have any insights on how to change this maximum? Thanks!