mmcgee-jump
mmcgee-jump
It should just `memcpy()` the metrics out of shared memory, and then slowly write them as the connection is writable with chunked encoding.
Currently every workspace gets created on NUMA node 0, see `fd_topo_create_workspaces`. The `large_pages.c` step also needs to be adjusted to allocate the right number of pages on each of the...
> Yesterday, Michael and I figured out how to run fddev/fdctl with ASAN. Here's what we had to do: > Add --param asan-stack=0 to CPPFLAGS and LDFLAGS. Otherwise it reports...
Running the fdctl binary from disk will map certain sections of memory shared with other tiles (eg, .TEXT). We want to prevent any memory being shared at all.
BPF_OBJ_GET permissions were relaxed in 4.4 to not require CAP_SYS_ADMIN. We should do a runtime probe to determine this during the permissions step, and not require it if it's not...