Commit 0caeb9f
committed
Increase dom0 scheduling weight
Dom0 is responsible for the UI and for critical background activities.
In particular, it is on the critical path for VM start. Therefore, it
should be prioritized over all other VMs to avoid priority inversion.
Dom0 has been intended to have additional credit since
a179894 ("Initial public commit."), but nowadays Xen uses the
credit2 scheduler, so changing the parameters of the credit scheduler
has no effect.
Fixes: QubesOS/qubes-issues#10778
Fixes: a179894 ("Initial public commit.")1 parent 53ca30f commit 0caeb9f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments