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=d8eeb9b99d73f72c6a2cc61c05cdc727fdae4910;hp=678baa43b161f56aa2836bc3122bcff60f291072;hpb=4038e157f640ad185d5469c146c8f0faf23dd3ec;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