Skip to content

Commit 6cdaff8

Browse files
authored
Merge pull request #2377 from kkrypt0nn/fix-admonition-syntax
Fix admonition syntax and repeated information
2 parents 49826bd + 910c8ea commit 6cdaff8

File tree

4 files changed

+4
-12
lines changed

4 files changed

+4
-12
lines changed

docs/memory.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,12 +208,10 @@ rabbitmqctl set_vm_memory_high_watermark 0
208208

209209
## Limited Address Space {#address-space}
210210

211-
::: danger
211+
:::danger
212212
RabbitMQ only targets 64 bit operating systems and a 64-bit [Erlang runtime](./which-erlang)
213213
:::
214214

215-
RabbitMQ only targets 64 bit operating systems and a 64-bit [Erlang runtime](./which-erlang).
216-
217215
When running RabbitMQ inside a 32 bit Erlang VM in a 64 bit
218216
OS (or a 32 bit OS with PAE), the addressable memory is
219217
limited. The server will detect this and log a message like:

versioned_docs/version-3.13/memory.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,12 +216,10 @@ rabbitmqctl set_vm_memory_high_watermark 0
216216

217217
## Limited Address Space {#address-space}
218218

219-
::: danger
219+
:::danger
220220
RabbitMQ only targets 64 bit operating systems and a 64-bit [Erlang runtime](./which-erlang)
221221
:::
222222

223-
RabbitMQ only targets 64 bit operating systems and a 64-bit [Erlang runtime](./which-erlang).
224-
225223
When running RabbitMQ inside a 32 bit Erlang VM in a 64 bit
226224
OS (or a 32 bit OS with PAE), the addressable memory is
227225
limited. The server will detect this and log a message like:

versioned_docs/version-4.0/memory.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,12 +208,10 @@ rabbitmqctl set_vm_memory_high_watermark 0
208208

209209
## Limited Address Space {#address-space}
210210

211-
::: danger
211+
:::danger
212212
RabbitMQ only targets 64 bit operating systems and a 64-bit [Erlang runtime](./which-erlang)
213213
:::
214214

215-
RabbitMQ only targets 64 bit operating systems and a 64-bit [Erlang runtime](./which-erlang).
216-
217215
When running RabbitMQ inside a 32 bit Erlang VM in a 64 bit
218216
OS (or a 32 bit OS with PAE), the addressable memory is
219217
limited. The server will detect this and log a message like:

versioned_docs/version-4.1/memory.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,12 +208,10 @@ rabbitmqctl set_vm_memory_high_watermark 0
208208

209209
## Limited Address Space {#address-space}
210210

211-
::: danger
211+
:::danger
212212
RabbitMQ only targets 64 bit operating systems and a 64-bit [Erlang runtime](./which-erlang)
213213
:::
214214

215-
RabbitMQ only targets 64 bit operating systems and a 64-bit [Erlang runtime](./which-erlang).
216-
217215
When running RabbitMQ inside a 32 bit Erlang VM in a 64 bit
218216
OS (or a 32 bit OS with PAE), the addressable memory is
219217
limited. The server will detect this and log a message like:

0 commit comments

Comments
 (0)