Skip to content

Commit 6e05a09

Browse files
committed
Added more hugepages notes
1 parent 4c42eb6 commit 6e05a09

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/research/VFIO/Windows-11-Gaming-VM.md

+14
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,18 @@ and
234234

235235
This config maps the last 8 cores to the Windows guest.
236236

237+
For hugepages support add or adjust:
238+
239+
```xml
240+
<memoryBacking>
241+
<!-- might already contain these nodes depending on other features
242+
<source type='memfd'/>
243+
<access mode='shared'/>
244+
-->
245+
<hugepages/>
246+
</memoryBacking>
247+
```
248+
237249
### Host configuration
238250

239251
#### Hugepages
@@ -259,6 +271,8 @@ cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
259271

260272
#### Isolate CPU cores from scheduler
261273

274+
> Do more testing if this is beneficial or worse for both host and VM performance
275+
262276
```bash
263277
sudo vim /etc/default/grub
264278
```

0 commit comments

Comments
 (0)