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