We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b461684 + 5ba3415 commit b344bd6Copy full SHA for b344bd6
1 file changed
linux/aux-tools/startup-misc.sh
@@ -7,6 +7,7 @@ DOM0_MAXMEM=$(/usr/sbin/xl list 0 | tail -1 | awk '{ print $3 }')
7
xenstore-write /local/domain/0/memory/static-max $[ $DOM0_MAXMEM * 1024 ]
8
9
xl sched-credit -d 0 -w 2000
10
+xl sched-credit2 -d 0 -w 2000
11
cp /var/lib/qubes/qubes.xml /var/lib/qubes/backup/qubes-$(date +%F-%T).xml
12
13
/usr/lib/qubes/cleanup-dispvms
0 commit comments