Hi there, We are seeing high mmap time for 1G hugepage during eal memalloc init. Most time is spent for clearing page, each 4k size.. It's not clear to me why clear huge pages is called? The code mmaps rte_map file with map_populate and map_shared this shouldn't cause page zeroing. I am curious to know how zeroing is forced? As an alternative, I would like to memset from userspace. In my experiment we are noticing memset 1G file is faster that clear huge pages.
Apreciate your help. Regards Brijesh