mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-22 10:27:56 +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{
|
constraints["influxdb"] = resourceConstraint{
|
||||||
cpuConstraint: 2,
|
cpuConstraint: 2,
|
||||||
memoryConstraint: 300 * (1024 * 1024),
|
memoryConstraint: 500 * (1024 * 1024),
|
||||||
}
|
}
|
||||||
return constraints
|
return constraints
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user