Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
issue: Check for resident hugepages to avoid SIGBUS
In a containerized environment mmap() beyond the hugepages limit can be successful, but a further memory access triggers SIGBUS and terminates the process. Check that all the allocated hugepages are resident with mincore() to avoid the SIGBUS issue. Signed-off-by: Dmytro Podgornyi <[email protected]>
- Loading branch information