mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-08 21:04:35 +00:00
metrics: Fix memory footprint qemu limit
This PR fixes the memory footprint qemu limit for kata metrics.
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
(cherry picked from commit c8dd3c0737
)
This commit is contained in:
parent
3491407581
commit
41d05b8857
@ -29,7 +29,7 @@ description = "measure memory usage"
|
|||||||
# within (inclusive)
|
# within (inclusive)
|
||||||
checkvar = ".\"memory-footprint\".Results | .[] | .average.Result"
|
checkvar = ".\"memory-footprint\".Results | .[] | .average.Result"
|
||||||
checktype = "mean"
|
checktype = "mean"
|
||||||
midval = 2435844.00
|
midval = 122832.40
|
||||||
minpercent = 20.0
|
minpercent = 20.0
|
||||||
maxpercent = 20.0
|
maxpercent = 20.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user