puppet-gnocchi/releasenotes/notes/tune-workers-and-thread-defaults-8eaabb88ae5a7d79.yaml
Pradeep Kilambi 2d643c091f Tune workers and thread defaults for better performance
Similar to how we do in devstack gate calculate the workers on the fly
instead of defaulting to 1. Also limit the number the threads to a more
conservative number. We can override this based on the need.

Change-Id: I102f8f73fed997133dc8ecabbc95deca94627a05
2016-09-12 16:00:26 -04:00

6 lines
170 B
YAML

---
fixes:
- gnocchi has been underperforming under apache wsgi.
This fix tunes the workers and threads appropriately
so we get better performance from apache.