From ae7819b21998085a4925a2efb12ebd2acf97ed09 Mon Sep 17 00:00:00 2001 From: Nataliia Solomko Date: Thu, 18 Sep 2025 12:22:16 +0300 Subject: [PATCH] vpp: T7805: Delete 'default-hugepage-size' from memory section --- 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 77543c2e0d..8f0ebe61ab 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.