From: Damjan Marion Date: Thu, 21 Apr 2016 18:55:18 +0000 (+0200) Subject: Removing dpdk socket-mem from startup.conf X-Git-Tag: v16.06-rc1~132 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=7cd98ea5ad640e5e90303f1b442d11fd3757c34d;p=vpp.git Removing dpdk socket-mem from startup.conf We allocate 512M of memory on each available cpu socket by default so this is not needed anymore in startup.conf Change-Id: Ib28b25df8d6722777a006aaddd1d56f21ab7b58a Signed-off-by: Damjan Marion --- diff --git a/vpp/conf/startup.conf b/vpp/conf/startup.conf index c41cf06d7e9..f96c57351ba 100644 --- a/vpp/conf/startup.conf +++ b/vpp/conf/startup.conf @@ -8,7 +8,3 @@ unix { api-trace { on } - -dpdk { - socket-mem 1024 -}