Increase default swiotlb size to 16MB (#1038)
Fixes qubesos/qubes-issues#1038
This commit is contained in:
parent
677a79b213
commit
4bf73a5d7f
@ -101,7 +101,7 @@ defaults = {
|
|||||||
'libvirt_uri': 'xen:///',
|
'libvirt_uri': 'xen:///',
|
||||||
'memory': 400,
|
'memory': 400,
|
||||||
'kernelopts': "nopat",
|
'kernelopts': "nopat",
|
||||||
'kernelopts_pcidevs': "nopat iommu=soft swiotlb=4096",
|
'kernelopts_pcidevs': "nopat iommu=soft swiotlb=8192",
|
||||||
|
|
||||||
'dom0_update_check_interval': 6*3600,
|
'dom0_update_check_interval': 6*3600,
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user