firedancer icon indicating copy to clipboard operation
firedancer copied to clipboard

Assign tile workspaces to proper NUMA nodes

Open mmcgee-jump opened this issue 1 year ago • 1 comments

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 nodes, rather than putting everything on node0 as well.

mmcgee-jump avatar Nov 30 '23 18:11 mmcgee-jump