<div dir="ltr">Hi All,<div><br></div><div>My team and I have encountered a problem where allocation of a mempool larger than 1GB (== 1 Hugepage) fails.</div><div>We are in a multi-process environment, and the `rte_mempool_create` happens in the secondary process.</div><div><br></div><div>Sometimes the allocation succeeds but after some successes (for me specifically, two) the following occurs:</div><div>the secondary process segfaults on `malloc_elem_can_hold`, inside a stack starting from `rte_mempool_create`.</div><div><br></div><div>Restarting the secondary process does not work as it is stuck on `EAL: Probing VFIO support`, and restarting</div><div>the main process is the only option.</div><div><br></div><div>Has anyone had this problem, or knows any possible solution?</div><div>Thanks!</div></div>