Skip to content

Commit b618fbb

Browse files
Merge pull request #1530 from rabbitmq/pstack-changing-disable-to-turn-off
Update runtime.md
2 parents 0930672 + 5945f02 commit b618fbb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

site/runtime.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Alternatively the conveyor can be speculatively kept running for a period of tim
117117

118118
By default, RabbitMQ nodes configure runtime schedulers to speculatively wait for a short period
119119
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):
121121

122122
<pre class="lang-bash">
123123
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
181181
Collect [runtime thread activity stats](#thread-stats) data to understand how scheduler and CPU time
182182
is spent. This is a critically important step for making informed decisions.
183183

184-
#### Disable Speculative Scheduler Busy Waiting
184+
#### Turn off Speculative Scheduler Busy Waiting
185185

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):
187187

188188
<pre class="lang-bash">
189189
RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS="+sbwt none +sbwtdcpu none +sbwtdio none"

0 commit comments

Comments
 (0)