We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c42eb6 commit 6e05a09Copy full SHA for 6e05a09
docs/research/VFIO/Windows-11-Gaming-VM.md
@@ -234,6 +234,18 @@ and
234
235
This config maps the last 8 cores to the Windows guest.
236
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
249
### Host configuration
250
251
#### Hugepages
@@ -259,6 +271,8 @@ cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
259
271
260
272
#### Isolate CPU cores from scheduler
261
273
274
+> Do more testing if this is beneficial or worse for both host and VM performance
275
262
276
```bash
263
277
sudo vim /etc/default/grub
264
278
```
0 commit comments