Hi, Maybe I found a performance issue of XPMEM. 1. xpmem_attach use the function "remap_pfn_range" to map page to vma. 2. But this funtion will split 2M huge page to 4KB page 3. 4KB TLB miss will increase, this is a performance issue Is there any way to fix this issue?