Commit 4b60b0a5 authored by Shyam Jeedigunta's avatar Shyam Jeedigunta

Increase cpu/mem thresholds for c-m in density test

parent edfef170
......@@ -167,8 +167,8 @@ func density30AddonResourceVerifier(numNodes int) map[string]framework.ResourceC
if numNodes <= 100 {
apiserverCPU = 1.8
apiserverMem = 1700 * (1024 * 1024)
controllerCPU = 0.5
controllerMem = 500 * (1024 * 1024)
controllerCPU = 0.6
controllerMem = 530 * (1024 * 1024)
schedulerCPU = 0.4
schedulerMem = 180 * (1024 * 1024)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment