diff options
| author | Nataliia Solomko <natalirs1985@gmail.com> | 2025-08-13 18:30:27 +0300 |
|---|---|---|
| committer | Nataliia Solomko <natalirs1985@gmail.com> | 2025-08-14 16:19:07 +0300 |
| commit | a92e14001b107401b81ee4e5230d37715ea51044 (patch) | |
| tree | c27e1a48e148b125138f2af605c05cb57167c215 /interface-definitions | |
| parent | 471441d9d6541401c5236399da0b7a56a7dd0ead (diff) | |
| download | vyos-1x-a92e14001b107401b81ee4e5230d37715ea51044.tar.gz vyos-1x-a92e14001b107401b81ee4e5230d37715ea51044.zip | |
T7716: VPP: Change defaults and add a warning about maximum routes count for current configuration
Diffstat (limited to 'interface-definitions')
| -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 dff56a228..2443cebc3 100644 --- a/interface-definitions/vpp.xml.in +++ b/interface-definitions/vpp.xml.in @@ -778,6 +778,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> @@ -905,12 +906,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> |
