Skip to content

Commit 24441ed

Browse files
committed
doc: pmem: fix incorrect NOTE section formatting
Fix incorrect NOTE section formatting in memory usage section Signed-off-by: Egor Lazarchuk <yegorlz@amazon.co.uk>
1 parent 3519ec1 commit 24441ed

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/pmem.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -278,10 +278,11 @@ if `virtio-pmem` is used for memory sharing.
278278

279279
## Memory usage
280280

281-
> [!NOTE] `virtio-pmem` memory can be paged out by the host, because it is
282-
> backed by a file with `MAP_SHARED` mapping type. To prevent this from
283-
> happening, you can use `vmtouch` or similar tool to lock file pages from being
284-
> evicted.
281+
> [!NOTE]
282+
>
283+
> `virtio-pmem` memory can be paged out by the host, because it is backed by a
284+
> file with `MAP_SHARED` mapping type. To prevent this from happening, you can
285+
> use `vmtouch` or similar tool to lock file pages from being evicted.
285286
286287
`virtio-pmem` resides in host memory and does increase the maximum possible
287288
memory usage of a VM since now VM can use all of its RAM and access all of the

0 commit comments

Comments
 (0)