Adding release notes for erlang VM tuning parameters

Closed-Bug: #1549940
Depends-On: Ia0fab288db8aa287e667dfc843f02d7ec318a816
Change-Id: If1aa4b6d9d815f8cfa6e0a2d23eb625a50b7e039
This commit is contained in:
Bjoern Teipel 2016-02-26 13:14:58 -06:00 committed by Jesse Pretorius
parent 8a14d2fee6
commit 31b10c1f24
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
---
features:
- Two new variables (`rabbitmq_async_threads` and `rabbitmq_process_limit`)
have been added to the openstack-ansible-rabbitmq_server role.
The variable `rabbitmq_async_threads` limits the number of asynchronous
threads for file and socket I/O.
The variable `rabbitmq_process_limit` limits the overall number of supported
processes inside the erlang VM.
upgrade:
- The number of erlang asynchronous threads used by RabbitMQ have been
increased from the default of 32 to 128 in order to speed up message
processing.
- The maximum erlang process limit for RabbitMQ has been set to 1048576
in order to prevent virtual machine lockups which are caused when
this limit has been reached.