File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff 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
287288memory usage of a VM since now VM can use all of its RAM and access all of the
You can’t perform that action at this time.
0 commit comments