From 6e9cf3b9b53e69408514f9451235119a31045ed6 Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Thu, 16 Feb 2017 11:10:09 -0500 Subject: Fix comment for num-mbufs default in startup.conf Change-Id: I8bb175cc9673895d4a8856786ecabfd66dd906e9 Signed-off-by: Dave Wallace --- src/vpp/conf/startup.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vpp/conf/startup.conf') diff --git a/src/vpp/conf/startup.conf b/src/vpp/conf/startup.conf index a100e3e6..19e322a8 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 -- cgit 1.2.3-korg