diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2020-04-03 01:30:15 -0400 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2020-04-03 12:48:49 +0000 |
commit | ea7ac91da38edc078e1d305597c6f35a74a1d04e (patch) | |
tree | 28cf38e27e7f30557977f5bc0bd5432f0b2358ca | |
parent | 4fce36b8f9922d979ad72d89fb891bff0c4483ad (diff) |
docs: 80-vpp.conf fix transposition error in comments
Type: docs
Change-Id: I0d75c7673d85c5bd8ae10f48e7189ee28a31240e
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
-rw-r--r-- | src/vpp/conf/80-vpp.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vpp/conf/80-vpp.conf b/src/vpp/conf/80-vpp.conf index 539cbb704dc..2207e2e3824 100644 --- a/src/vpp/conf/80-vpp.conf +++ b/src/vpp/conf/80-vpp.conf @@ -9,7 +9,7 @@ vm.hugetlb_shm_group=0 # Shared Memory Max must be greater 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) +# If the existing kernel.shmmax setting (cat /proc/sys/kernel/shmmax) # is greater than the calculated TotalHugepageSize then set this parameter # to current shmmax value. kernel.shmmax=2147483648 |