Using hugepages in a docker container
Hi @stvogel,
Running a conteneraized image of villas in a kubernetes cluster with hugepages
configuration results in a process dumped when allocating memory using hugetbl
. It may depend on the memory backing
configuration for the virtualization used (kvm/qemu libvirt in my case). However, checking cat /proc/meminfo | grep Huge
the HugePages_Total
seems to be correctly locked by villas.
Cheers.