Browse Source
This aligns the defaults with the recommendations from upstream: https://www.rabbitmq.com/runtime.html#busy-waiting Change-Id: Ief7fb44f53b55a73d76ef3aa29dcd17194a6fc98changes/88/782288/3
2 changed files with 14 additions and 4 deletions
@ -0,0 +1,9 @@
|
||||
--- |
||||
other: |
||||
- | |
||||
The default value of the parameter 'RabbitAdditionalErlArgs' was |
||||
updated to include the new options '+sbwtdcpu none +sbwtdio none' |
||||
which disables busy-wait for dirty cpu schedulers and dirty i/o |
||||
schedulers respectively. This aligns with the flags recommended |
||||
by RabbitMQ upstream |
||||
(https://www.rabbitmq.com/runtime.html#busy-waiting). |
Loading…
Reference in new issue