diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2017-02-16 11:10:09 -0500 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2017-02-17 00:27:07 +0000 |
commit | 6e9cf3b9b53e69408514f9451235119a31045ed6 (patch) | |
tree | e84bfd8af8df261f605a9005011d22da7e9f36c5 /src | |
parent | 5d81f452df82576fecb6b665b56e3e1a2636e647 (diff) |
Fix comment for num-mbufs default in startup.conf
Change-Id: I8bb175cc9673895d4a8856786ecabfd66dd906e9
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/vpp/conf/startup.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vpp/conf/startup.conf b/src/vpp/conf/startup.conf index a100e3e6ea7..19e322a87b9 100644 --- a/src/vpp/conf/startup.conf +++ b/src/vpp/conf/startup.conf @@ -90,7 +90,7 @@ dpdk { ## Increase number of buffers allocated, needed only in scenarios with ## large number of interfaces and worker threads. Value is per CPU socket. - ## Default is 32768 + ## Default is 16384 # num-mbufs 128000 ## Change hugepages allocation per-socket, needed only if there is need for |