move_pages() on Linux increadibly slow
Summary The issue at hand involves the move_pages() system call on Linux, which is used to migrate memory pages from one NUMA (Non-Uniform Memory Access) node to another. The problem is that this operation is incredibly slow, taking several minutes to move gigabytes worth of 4K pages, despite showing almost no CPU load. This suggests … Read more