diff options
author | Damjan Marion <damarion@cisco.com> | 2016-04-21 20:55:18 +0200 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2016-04-21 19:53:25 +0000 |
commit | 7cd98ea5ad640e5e90303f1b442d11fd3757c34d (patch) | |
tree | 4ed68775063f28ab19b853c05171c76cc33b7167 | |
parent | 7c1ef8148097d77bfe5f29dfaa813cc39b5fac4b (diff) |
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 <damarion@cisco.com>
-rw-r--r-- | vpp/conf/startup.conf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/vpp/conf/startup.conf b/vpp/conf/startup.conf index c41cf06d..f96c5735 100644 --- a/vpp/conf/startup.conf +++ b/vpp/conf/startup.conf @@ -8,7 +8,3 @@ unix { api-trace { on } - -dpdk { - socket-mem 1024 -} |