mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-05-02 13:44:33 +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>
This commit is contained in:
parent
8877ec62fb
commit
c8dd3c0737
@ -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