Skip to content

Commit aa521e7

Browse files
Merge branch 'tarikdemirci-patch-1'
2 parents f5f29af + ca97d30 commit aa521e7

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

docs/persistence-conf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ raft.wal_max_size_bytes = 32000000
8787

8888
:::important
8989

90-
Because memory is not guaranteed to be deadllocated instaltly by the [runtime](./runtime/),
90+
Because memory is not guaranteed to be deallocated instantly by the [runtime](./runtime/),
9191
we recommend that the RabbitMQ node is allocated at least 3 times the memory of the effective WAL file size limit.
9292
More will be required in high-throughput systems.
9393
4 times is a good starting point for those.

docs/quorum-queues/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1164,7 +1164,7 @@ footprint can reach 512 MiB. You can expect your memory usage to look like this:
11641164
![Quorum Queues memory usage pattern](./quorum-queue-memory-usage-pattern.png)
11651165
</figure>
11661166

1167-
Because memory is not guaranteed to be deadllocated instaltly by the [runtime](./runtime/),
1167+
Because memory is not guaranteed to be deallocated instantly by the [runtime](./runtime/),
11681168
we recommend that the RabbitMQ node is allocated at least 3 times the memory of the default WAL file size limit.
11691169
More will be required in high-throughput systems. 4 times is a good starting point for those.
11701170

versioned_docs/version-3.13/persistence-conf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ raft.wal_max_size_bytes = 32000000
8787

8888
:::important
8989

90-
Because memory is not guaranteed to be deadllocated instaltly by the [runtime](./runtime/),
90+
Because memory is not guaranteed to be deallocated instantly by the [runtime](./runtime/),
9191
we recommend that the RabbitMQ node is allocated at least 3 times the memory of the effective WAL file size limit.
9292
More will be required in high-throughput systems.
9393
4 times is a good starting point for those.

versioned_docs/version-3.13/quorum-queues/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1078,7 +1078,7 @@ footprint can reach 512 MiB. You can expect your memory usage to look like this:
10781078
![Quorum Queues WAL memory usage pattern](./quorum-queue-memory-usage-pattern.png)
10791079
</figure>
10801080

1081-
Because memory is not guaranteed to be deadllocated instaltly by the [runtime](./runtime/),
1081+
Because memory is not guaranteed to be deallocated instantly by the [runtime](./runtime/),
10821082
we recommend that the RabbitMQ node is allocated at least 3 times the memory of the default WAL file size limit.
10831083
More will be required in high-throughput systems. 4 times is a good starting point for those.
10841084

versioned_docs/version-4.0/persistence-conf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ raft.wal_max_size_bytes = 32000000
8787

8888
:::important
8989

90-
Because memory is not guaranteed to be deadllocated instaltly by the [runtime](./runtime/),
90+
Because memory is not guaranteed to be deallocated instantly by the [runtime](./runtime/),
9191
we recommend that the RabbitMQ node is allocated at least 3 times the memory of the effective WAL file size limit.
9292
More will be required in high-throughput systems.
9393
4 times is a good starting point for those.

versioned_docs/version-4.0/quorum-queues/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1167,7 +1167,7 @@ footprint can reach 512 MiB. You can expect your memory usage to look like this:
11671167

11681168
:::important
11691169

1170-
Because memory is not guaranteed to be deadllocated instaltly by the [runtime](./runtime/),
1170+
Because memory is not guaranteed to be deallocated instantly by the [runtime](./runtime/),
11711171
we recommend that the RabbitMQ node is allocated at least 3 times the memory of the effective WAL file size limit.
11721172
More will be required in high-throughput systems.
11731173
4 times is a good starting point for those.

0 commit comments

Comments
 (0)