summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNataliia S. <81954790+natali-rs1985@users.noreply.github.com>2025-09-22 05:45:18 -0700
committerGitHub <noreply@github.com>2025-09-22 13:45:18 +0100
commit9da339ebf8ff5eac73f2933d3051102919975a32 (patch)
tree3eeef01f01f182ff4120ca5695f4d9630058b954
parenta980b278264218df9cf779b8521d86fe9924b58a (diff)
downloadvyos-documentation-9da339ebf8ff5eac73f2933d3051102919975a32.tar.gz
vyos-documentation-9da339ebf8ff5eac73f2933d3051102919975a32.zip
vpp: T7805: Delete 'default-hugepage-size' from memory section (#1685)
-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.