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:
@@ -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
Block a user