X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=ci%2Fenvs%2Fguest-setup1.sh;fp=ci%2Fenvs%2Fguest-setup1.sh;h=6d790a0800c0026ff6f99eb7f7bab528281e0584;hb=a14b48d18a9ed03ec191cf16b162206998a895ce;hp=678baa43b161f56aa2836bc3122bcff60f291072;hpb=46b981c1a4c45072a6b6a491de4cd949130d0712;p=kvmfornfv.git diff --git a/ci/envs/guest-setup1.sh b/ci/envs/guest-setup1.sh index 678baa43b..6d790a080 100755 --- a/ci/envs/guest-setup1.sh +++ b/ci/envs/guest-setup1.sh @@ -24,3 +24,6 @@ set_irq_affinity # Disable RT throttling echo -1 > /proc/sys/kernel/sched_rt_period_us echo -1 > /proc/sys/kernel/sched_rt_runtime_us + +# Disable the timer migration +echo 0 > /proc/sys/kernel/timer_migration