Hi, we have a multi-socket box and have two processes using Aeron IPC on a different numa node to where the media driver is running. The IPC term buffers are ending up on the media driver node according to /proc//numa_maps.
Do we need a separate media driver on the other socket to avoid this? Is there a way that we could customise this in the channel string maybe? So that the memory can be allocated on a specific NUMA node.
Hi, we have a multi-socket box and have two processes using Aeron IPC on a different numa node to where the media driver is running. The IPC term buffers are ending up on the media driver node according to /proc//numa_maps.
Do we need a separate media driver on the other socket to avoid this? Is there a way that we could customise this in the channel string maybe? So that the memory can be allocated on a specific NUMA node.