Hi, I'm using the latest golang:alpine Docker image to produce a statically-linked Go binary. Even though I'm able to build the binary, when I run it the process gets stuck during ebpf program loading. I've investigated a bit and found the root cause is the call to setrlimit (this is the offending line https://github.com/iovisor/gobpf/blob/2e314be67b1854ad226f012f08a984e0e89b6da9/elf/elf.go#L105). Are you aware of such behaviour in musl? Thanks in advance Nedim