mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 05:57:25 +00:00
Fix memory eviction test parameters. Those parameters should NOT have come through in b9f0bd95
This commit is contained in:
parent
dd6f8bfb31
commit
28db03869b
@ -262,7 +262,7 @@ func createMemhogPod(f *framework.Framework, genName string, ctnName string, res
|
|||||||
// 60 min timeout * 60s / tick per 10s = 360 ticks before timeout => ~11.11Mi/tick
|
// 60 min timeout * 60s / tick per 10s = 360 ticks before timeout => ~11.11Mi/tick
|
||||||
// to fill ~4Gi of memory, so initial ballpark 12Mi/tick.
|
// to fill ~4Gi of memory, so initial ballpark 12Mi/tick.
|
||||||
// We might see flakes due to timeout if the total memory on the nodes increases.
|
// We might see flakes due to timeout if the total memory on the nodes increases.
|
||||||
Args: []string{"-mem-alloc-size", "120Mi", "-mem-alloc-sleep", "5s", "-mem-total", memLimit},
|
Args: []string{"-mem-alloc-size", "12Mi", "-mem-alloc-sleep", "10s", "-mem-total", memLimit},
|
||||||
Resources: res,
|
Resources: res,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user