Skip to content

Commit 23b0c00

Browse files
Merge pull request #1513 from rabbitmq/pstack-updates-again-disable-enable
Update lazy-queues.md
2 parents c9c65a1 + 769e04d commit 23b0c00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/lazy-queues.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ When a node is running and under normal operation, lazy queues will keep all mes
239239
the only exception being in-flight messages.
240240

241241
When a RabbitMQ node starts, all queues, including the lazy ones, will load up to **16,384** messages into RAM.
242-
If [queue index embedding](persistence-conf.html) is enabled (the `queue_index_embed_msgs_below` configuration parameter is greater than 0),
242+
If [queue index embedding](persistence-conf.html) is turned on (the `queue_index_embed_msgs_below` configuration parameter is greater than 0),
243243
the payloads of those messages will be loaded into RAM as well.
244244

245245
For example, a lazy queue with **20,000** messages of **4,000** bytes each, will load **16,384** messages into memory.
@@ -252,7 +252,7 @@ hosted on the node.
252252

253253
**It is important to remember that an under-provisioned RabbitMQ node in terms of memory or disk space will fail to start.**
254254

255-
Setting `queue_index_embed_msgs_below` to `0` will disable payload embedding in the queue index.
255+
Setting `queue_index_embed_msgs_below` to `0` will turn off payload embedding in the queue index.
256256
As a result, lazy queues will not load message payloads into memory on node startup.
257257
See the [Persistence Configuration guide](persistence-conf.html) for details.
258258

0 commit comments

Comments
 (0)