From 9da339ebf8ff5eac73f2933d3051102919975a32 Mon Sep 17 00:00:00 2001 From: "Nataliia S." <81954790+natali-rs1985@users.noreply.github.com> Date: Mon, 22 Sep 2025 05:45:18 -0700 Subject: [PATCH] vpp: T7805: Delete 'default-hugepage-size' from memory section (#1685) --- docs/vpp/configuration/dataplane/memory.rst | 4 ---- 1 file changed, 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 - -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.