diff options
author | 2019-03-20 06:26:39 +0000 | |
---|---|---|
committer | 2019-03-20 06:26:39 +0000 | |
commit | e35591ab0994f19ca86e96d28fe77041bcb3a9f1 (patch) | |
tree | 732d475830b059768d4c34ea3e4f877b732032f8 /vagrant/tests/cFW/vpp/80-vpp.conf | |
parent | e50daed19bbaec979a91f2677289f1c2e6e0d0d9 (diff) | |
parent | 9810b36a838c0db85b820d457b44c69bafcca6a0 (diff) |
Merge "Add cFW scripts folder"
Diffstat (limited to 'vagrant/tests/cFW/vpp/80-vpp.conf')
-rw-r--r-- | vagrant/tests/cFW/vpp/80-vpp.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vagrant/tests/cFW/vpp/80-vpp.conf b/vagrant/tests/cFW/vpp/80-vpp.conf new file mode 100644 index 00000000..8fdf184c --- /dev/null +++ b/vagrant/tests/cFW/vpp/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 |