aboutsummaryrefslogtreecommitdiffstats
path: root/src/vpp/conf/startup.conf
diff options
context:
space:
mode:
authorDamjan Marion <damarion@cisco.com>2021-09-21 11:38:04 +0200
committerAndrew Yourtchenko <ayourtch@gmail.com>2021-09-22 08:29:23 +0000
commitff011b256012157e2b7ccf2b9298a24b1322c770 (patch)
tree15d6ea44f0b5697f260efa8030d1865aa4e8431f /src/vpp/conf/startup.conf
parent266929f2e498a8748edd8fc6ba5ef4e28226d04c (diff)
vppinfra: make default hugepage size configurable
i.e. memory { default-hugepage-size 1G } Type: improvement Change-Id: I822afb51712ae92f4e4992b8ffa33dcb15ccaef1 Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'src/vpp/conf/startup.conf')
-rw-r--r--src/vpp/conf/startup.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vpp/conf/startup.conf b/src/vpp/conf/startup.conf
index d96a4307231..ee10faa8683 100644
--- a/src/vpp/conf/startup.conf
+++ b/src/vpp/conf/startup.conf
@@ -51,6 +51,8 @@ socksvr {
## special keyword 'default-hugepage' will use system default hugepage
## size
# main-heap-page-size 1G
+ ## Set the default huge page size.
+ # default-hugepage-size 1G
#}
cpu {