File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ Alternatively the conveyor can be speculatively kept running for a period of tim
117
117
118
118
By default, RabbitMQ nodes configure runtime schedulers to speculatively wait for a short period
119
119
of time before going to sleep. Workloads where there can be prolonged periods of inactivity
120
- can choose to disable this speculative busy waiting using the [ ` +sbwt ` and related runtime flags] ( https://erlang.org/doc/man/erl.html ) :
120
+ can choose to turn off this speculative busy waiting using the [ ` +sbwt ` and related runtime flags] ( https://erlang.org/doc/man/erl.html ) :
121
121
122
122
<pre class =" lang-bash " >
123
123
RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS="+sbwt none +sbwtdcpu none +sbwtdio none"
@@ -181,9 +181,9 @@ These recommendations can significantly decrease CPU footprint with some workloa
181
181
Collect [ runtime thread activity stats] ( #thread-stats ) data to understand how scheduler and CPU time
182
182
is spent. This is a critically important step for making informed decisions.
183
183
184
- #### Disable Speculative Scheduler Busy Waiting
184
+ #### Turn off Speculative Scheduler Busy Waiting
185
185
186
- Disable speculative [ scheduler busy waiting] ( #busy-waiting ) using the [ ` +sbwt ` and related runtime flags] ( https://erlang.org/doc/man/erl.html ) :
186
+ Turn off speculative [ scheduler busy waiting] ( #busy-waiting ) using the [ ` +sbwt ` and related runtime flags] ( https://erlang.org/doc/man/erl.html ) :
187
187
188
188
<pre class =" lang-bash " >
189
189
RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS="+sbwt none +sbwtdcpu none +sbwtdio none"
You can’t perform that action at this time.
0 commit comments