summaryrefslogtreecommitdiff
path: root/docs/vpp/configuration/dataplane
diff options
context:
space:
mode:
Diffstat (limited to 'docs/vpp/configuration/dataplane')
-rw-r--r--docs/vpp/configuration/dataplane/memory.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/vpp/configuration/dataplane/memory.rst b/docs/vpp/configuration/dataplane/memory.rst
index 77543c2e..8f0ebe61 100644
--- a/docs/vpp/configuration/dataplane/memory.rst
+++ b/docs/vpp/configuration/dataplane/memory.rst
@@ -18,10 +18,6 @@ Before configuring memory in VPP dataplane settings, you need to ensure that hug
To configure memory settings for VPP, you can use the following commands in the VPP CLI:
-.. cfgcmd:: set vpp settings memory default-hugepage-size <size>
-
-Sets the default hugepage size for VPP.
-
VPP uses a main heap as a central memory pool for FIB data structures entries allocations.
Efficient memory management is crucial for VPP's performance, and the main heap plays a significant role in this.