diff options
| author | Nataliia S. <81954790+natali-rs1985@users.noreply.github.com> | 2025-06-24 17:36:18 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-24 15:36:18 +0100 |
| commit | 6eb93578a33f27007c4ecda8b71efbd880a97653 (patch) | |
| tree | e1ad4b583e9cd74f5e02d6c44333dce5c69abb8d /interface-definitions/include/vpp_host_resources.xml.i | |
| parent | 429563d0822adc715757447515a49e0d87911476 (diff) | |
| download | vyos-1x-6eb93578a33f27007c4ecda8b71efbd880a97653.tar.gz vyos-1x-6eb93578a33f27007c4ecda8b71efbd880a97653.zip | |
T7424: Refactor resource validation and broaden cases (#38)
* T7424: Refactor and extend resource usage verification on commit for VPP CLI
T7424: Fix ruff errors
* T7424: Implement check for smoke tests runtime; reduce resource requirements for test environments
T7424: Fix errors in calculating the skipped and reserved CPU cores; Adjust default main heap size value.
* T7424: Refactor the CPU checks logic; Add total CPU usage check
T7424: Fix CPU reserve and skip cores calculations; Add total CPU usage check
T7424: Refactor smoketests to reflect new logic
* T7424: Refactor the CPU and memory checks logic
---------
Co-authored-by: oniko94 <onikolaiev94@outlook.com>
Diffstat (limited to 'interface-definitions/include/vpp_host_resources.xml.i')
| -rw-r--r-- | interface-definitions/include/vpp_host_resources.xml.i | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interface-definitions/include/vpp_host_resources.xml.i b/interface-definitions/include/vpp_host_resources.xml.i index 7f988ce44..109982bef 100644 --- a/interface-definitions/include/vpp_host_resources.xml.i +++ b/interface-definitions/include/vpp_host_resources.xml.i @@ -15,7 +15,7 @@ <validator name="numeric" argument="--range 0-4294967295"/> </constraint> </properties> - <defaultValue>1024</defaultValue> + <defaultValue>2048</defaultValue> </leafNode> <leafNode name="max-map-count"> <properties> @@ -28,7 +28,7 @@ <validator name="numeric" argument="--range 0-65535"/> </constraint> </properties> - <defaultValue>3096</defaultValue> + <defaultValue>4096</defaultValue> </leafNode> <leafNode name="shmmax"> <properties> |
