diff options
| author | Nataliia S. <81954790+natali-rs1985@users.noreply.github.com> | 2025-08-19 11:04:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-19 11:04:38 +0200 |
| commit | 3bfcf335c5f16a6c814710b01f38342c40f85a8d (patch) | |
| tree | efa1d64693f8851c31b6b1851967fb9e9d6cd2b2 /interface-definitions/vpp.xml.in | |
| parent | 96fb2848e61cc5de677d9e6ad7f5c55ae397a698 (diff) | |
| parent | 69cd4845861c88285ab496339f19103dec7a32b6 (diff) | |
| download | vyos-1x-3bfcf335c5f16a6c814710b01f38342c40f85a8d.tar.gz vyos-1x-3bfcf335c5f16a6c814710b01f38342c40f85a8d.zip | |
Merge branch 'current' into T7678
Diffstat (limited to 'interface-definitions/vpp.xml.in')
| -rw-r--r-- | interface-definitions/vpp.xml.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/interface-definitions/vpp.xml.in b/interface-definitions/vpp.xml.in index a0cd0be45..f69e05168 100644 --- a/interface-definitions/vpp.xml.in +++ b/interface-definitions/vpp.xml.in @@ -777,6 +777,7 @@ <help>Main heap page size</help> #include <include/unformat_log2_page_size.xml.i> </properties> + <defaultValue>2M</defaultValue> </leafNode> <leafNode name="default-hugepage-size"> <properties> @@ -904,12 +905,14 @@ <help>Size of stats segment</help> #include <include/unformat_memory_size.xml.i> </properties> + <defaultValue>128M</defaultValue> </leafNode> <leafNode name="page-size"> <properties> <help>Stats page size</help> #include <include/unformat_log2_page_size.xml.i> </properties> + <defaultValue>2M</defaultValue> </leafNode> </children> </node> |
