Commit b1e2bed4 authored by Wojciech Tyczynski's avatar Wojciech Tyczynski

Merge pull request #19172 from wojtek-t/increase_kibana

Increase limit for elasticsearch logs amount in scalability tests
parents af104dd8 3a16ca7c
......@@ -79,7 +79,7 @@ func density30AddonResourceVerifier() map[string]resourceConstraint {
constraints["elasticsearch-logging"] = resourceConstraint{
cpuConstraint: 2,
// TODO: bring it down to 750MB again, when we lower Kubelet verbosity level. I.e. revert #19164
memoryConstraint: 2000 * (1024 * 1024),
memoryConstraint: 5000 * (1024 * 1024),
}
constraints["heapster"] = resourceConstraint{
cpuConstraint: 2,
......
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