Adding ERLANG VM tuning parameters

This fix will add ERLANG VM tuning parameters with increased
default settings to support larger installations.
Following overrides have been added:
 rabbitmq_async_threads defaults to 128 (from 32)
 rabbitmq_process_limit defaults to 1048576 (from 256k)
Closes-Bug: #1549940
DocImpact
Change-Id: Ia0fab288db8aa287e667dfc843f02d7ec318a816
This commit is contained in:
Bjoern Teipel
2016年02月25日 13:46:52 -06:00
parent d33d9ec606
commit a90cd7e343

View File

@@ -18,3 +18,14 @@ Basic Role Example
vars:
rabbitmq_cookie_token:secrete
container_address:"{{ ansible_ssh_host }}"
Role overrides
^^^^^^^^^^^^^^
rabbitmq_async_threads
This override defaults to 128 threads for IO operations inside the erlang VM
rabbitmq_process_limit
This override defaults to 1048576 for number of concurrent processes inside the erlang VM
Each network connection and file handle does need its own process inside erlang
Reference in New Issue
openstack/openstack-ansible-rabbitmq_server
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.