You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 9, 2026. It is now read-only.
I have a dual-socket server, with each socket connected to four 256 GB Intel Optane 200 series persistent memory modules. These modules are configured in App Direct Interleaved Mode, forming two logical devices: pmem0 and pmem1. Specifically, pmem0 consists of the four PMem modules attached to socket 0, while pmem1 is formed from those on socket 1.
I’m using fio to benchmark performance. The test script is as follows:
I tested both NUMA-local and NUMA-remote access performance, on both single-socket and dual-socket configurations. The results are shown in the attached figure.
However, I didn’t observe a significant NUMA effect — in some cases, remote access bandwidth even exceeded that of local access.
Is this expected behavior?