From 7cd98ea5ad640e5e90303f1b442d11fd3757c34d Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Thu, 21 Apr 2016 20:55:18 +0200 Subject: 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 --- vpp/conf/startup.conf | 4 ---- 1 file changed, 4 deletions(-) (limited to 'vpp') 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 -} -- cgit 1.2.3-korg