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:
Gabriela Cervantes 2023-08-29 22:51:21 +00:00
parent 8877ec62fb
commit c8dd3c0737

View File

@ -29,7 +29,7 @@ description = "measure memory usage"
# within (inclusive)
checkvar = ".\"memory-footprint\".Results | .[] | .average.Result"
checktype = "mean"
midval = 2435844.00
midval = 122832.40
minpercent = 20.0
maxpercent = 20.0