mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 07:20:13 +00:00
Increase memory limit for influxdb in Density test
This commit is contained in:
parent
f15d8528b6
commit
f3b44c129a
@ -99,7 +99,7 @@ func density30AddonResourceVerifier() map[string]resourceConstraint {
|
||||
}
|
||||
constraints["influxdb"] = resourceConstraint{
|
||||
cpuConstraint: 2,
|
||||
memoryConstraint: 300 * (1024 * 1024),
|
||||
memoryConstraint: 500 * (1024 * 1024),
|
||||
}
|
||||
return constraints
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user