Commit d424db07 authored by gmarek's avatar gmarek

Increase threshold for fluentd CPU usage in density test

parent 00fe0559
......@@ -73,7 +73,7 @@ func extractLatencyMetrics(latencies []podLatencyData) LatencyMetric {
func density30AddonResourceVerifier() map[string]resourceConstraint {
constraints := make(map[string]resourceConstraint)
constraints["fluentd-elasticsearch"] = resourceConstraint{
cpuConstraint: 0.03,
cpuConstraint: 0.1,
memoryConstraint: 150 * (1024 * 1024),
}
constraints["elasticsearch-logging"] = resourceConstraint{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment