mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 05:03:09 +00:00
Increase limit for elasticsearch logs amount in scalability tests
This commit is contained in:
parent
af104dd8df
commit
3a16ca7ce1
@ -79,7 +79,7 @@ func density30AddonResourceVerifier() map[string]resourceConstraint {
|
|||||||
constraints["elasticsearch-logging"] = resourceConstraint{
|
constraints["elasticsearch-logging"] = resourceConstraint{
|
||||||
cpuConstraint: 2,
|
cpuConstraint: 2,
|
||||||
// TODO: bring it down to 750MB again, when we lower Kubelet verbosity level. I.e. revert #19164
|
// 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{
|
constraints["heapster"] = resourceConstraint{
|
||||||
cpuConstraint: 2,
|
cpuConstraint: 2,
|
||||||
|
Loading…
Reference in New Issue
Block a user