Nathan
Nathan
Run perf w and w/o mtm to see what is happening
It's really bad, powertop shows: `295.4 ms/s 17975.6 Process /usr/local/bin/xd ` that's ~20,000 wakeups a second, meaning almost all CPU usage is overhead.
related https://github.com/siderolabs/talos/issues/4824
I was working on something like this but was hoping to do it for any binary (shared or static) sort of a inline 'containerization'. For seccomp In the shared case...
Do you have any comparisons with resulting size when using cproc (wondering where it stands wrt gcc)?
Netbox would replace the hardware.json db and possibly the workflow db. Tink would pull from the netbox rest API instead of the postgresql instance, the workflows could then use the...
My vote would be for something using [agebox](https://github.com/slok/agebox) due to dependencies and secrets outside of gitops sort of breaks gitops
@UncleSamSwiss What happens on with rportd on alpine? IIRC golang doesn't rely on libc and statically links.
@m-terel I looked at git blame and it looks like rport tried to use with CGO_ENABLED=0 and static linking, is there a reason this was disabled?