a2e3d22a07
This patch includes a SHA update, which has been tested as working in patch https://review.openstack.org/#/c/410433/ which was not yet merged. NB: We are still leaving the Ceilometer upstream SHA at HEAD as of 8.11.2016 due to https://bugs.launchpad.net/ceilometer/+bug/1643821 Change-Id: I6b60adca4e66550c3f52a32359bfc5e247cda661
11 lines
531 B
YAML
11 lines
531 B
YAML
---
|
|
features:
|
|
- When using the pypy python interpreter you can configure the garbage
|
|
collection (gc) settings for pypy. Set the minimum GC value using the
|
|
``swift_pypy_gc_min`` variable. GC will only happen when the memory
|
|
size is above this value. Set the maximum GC value using the
|
|
``swift_pypy_gc_max`` variable. This is the maximum memory heap size
|
|
for pypy.
|
|
Both variables are not defined by default, and will only be used if
|
|
the values are defined and ``swift_pypy_enabled`` is set to ``True``.
|