Skip to content

Commit 674595e

Browse files
Improve linking in the Reasoning About Memory Use
1 parent c282d39 commit 674595e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/memory-use/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ an indicator of runtime memory fragmentation. A different set of allocator setti
517517
and increase the percentage of efficiently used memory. The right set of settings depends on
518518
the workload and message payload size distribution.
519519

520-
Runtime's memory allocator behavior can be tuned, please refer to
520+
Runtime's memory allocator behavior can be tuned, please refer to the [Runtime guide](./runtime#allocators),
521521
<a href="http://erlang.org/doc/man/erl.html" target="_blank" rel="noopener noreferrer">erl</a> and
522522
<a href="http://erlang.org/doc/man/erts_alloc.html" target="_blank" rel="noopener noreferrer">erts_alloc</a>
523523
documentation.

versioned_docs/version-3.13/memory-use/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ an indicator of runtime memory fragmentation. A different set of allocator setti
533533
and increase the percentage of efficiently used memory. The right set of settings depends on
534534
the workload and message payload size distribution.
535535

536-
Runtime's memory allocator behavior can be tuned, please refer to
536+
Runtime's memory allocator behavior can be tuned, please refer to the [Runtime guide](./runtime#allocators),
537537
<a href="http://erlang.org/doc/man/erl.html" target="_blank" rel="noopener noreferrer">erl</a> and
538538
<a href="http://erlang.org/doc/man/erts_alloc.html" target="_blank" rel="noopener noreferrer">erts_alloc</a>
539539
documentation.

versioned_docs/version-4.0/memory-use/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ an indicator of runtime memory fragmentation. A different set of allocator setti
517517
and increase the percentage of efficiently used memory. The right set of settings depends on
518518
the workload and message payload size distribution.
519519

520-
Runtime's memory allocator behavior can be tuned, please refer to
520+
Runtime's memory allocator behavior can be tuned, please refer to the [Runtime guide](./runtime#allocators),
521521
<a href="http://erlang.org/doc/man/erl.html" target="_blank" rel="noopener noreferrer">erl</a> and
522522
<a href="http://erlang.org/doc/man/erts_alloc.html" target="_blank" rel="noopener noreferrer">erts_alloc</a>
523523
documentation.

0 commit comments

Comments
 (0)