mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-17 06:14:26 +01: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>
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user