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