Commit 6ab61d7a authored by gmarek's avatar gmarek

Tune kubemark-5 resource constraints

parent 6b20896f
...@@ -73,7 +73,7 @@ func density30AddonResourceVerifier(numNodes int) map[string]framework.ResourceC ...@@ -73,7 +73,7 @@ func density30AddonResourceVerifier(numNodes int) map[string]framework.ResourceC
framework.Logf("Setting resource constraings for provider: %s", framework.TestContext.Provider) framework.Logf("Setting resource constraings for provider: %s", framework.TestContext.Provider)
if framework.ProviderIs("kubemark") { if framework.ProviderIs("kubemark") {
if numNodes <= 5 { if numNodes <= 5 {
apiserverCPU = 0.15 apiserverCPU = 0.25
apiserverMem = 150 * (1024 * 1024) apiserverMem = 150 * (1024 * 1024)
controllerCPU = 0.1 controllerCPU = 0.1
controllerMem = 100 * (1024 * 1024) controllerMem = 100 * (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