Increase apiserver mem-threshold in density test

This commit is contained in:
Shyam JVS 2018-03-13 16:47:14 +01:00 committed by GitHub
parent a81787052c
commit b43b621690
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -166,7 +166,7 @@ func density30AddonResourceVerifier(numNodes int) map[string]framework.ResourceC
} else {
if numNodes <= 100 {
apiserverCPU = 1.8
apiserverMem = 1500 * (1024 * 1024)
apiserverMem = 1700 * (1024 * 1024)
controllerCPU = 0.5
controllerMem = 500 * (1024 * 1024)
schedulerCPU = 0.4