mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-07 12:11:43 +00:00
Merge pull request #19172 from wojtek-t/increase_kibana
Increase limit for elasticsearch logs amount in scalability tests
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user