X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvpp%2Fconf%2F80-vpp.conf;fp=src%2Fvpp%2Fconf%2F80-vpp.conf;h=8fdf184cf83936a760102483fb0bf15ca9e34149;hb=7cd468a3d7dee7d6c92f69a0bb7061ae208ec727;hp=0000000000000000000000000000000000000000;hpb=696f1adec0df3b8f161862566dd9c86174302658;p=vpp.git diff --git a/src/vpp/conf/80-vpp.conf b/src/vpp/conf/80-vpp.conf new file mode 100644 index 00000000000..8fdf184cf83 --- /dev/null +++ b/src/vpp/conf/80-vpp.conf @@ -0,0 +1,15 @@ +# Number of 2MB hugepages desired +vm.nr_hugepages=1024 + +# Must be greater than or equal to (2 * vm.nr_hugepages). +vm.max_map_count=3096 + +# All groups allowed to access hugepages +vm.hugetlb_shm_group=0 + +# Shared Memory Max must be greator or equal to the total size of hugepages. +# For 2MB pages, TotalHugepageSize = vm.nr_hugepages * 2 * 1024 * 1024 +# If the existing kernel.shmmax setting (cat /sys/proc/kernel/shmmax) +# is greater than the calculated TotalHugepageSize then set this parameter +# to current shmmax value. +kernel.shmmax=2147483648