From 525c5c1c3040684142adc78abd45cbd572f8bb8f Mon Sep 17 00:00:00 2001 From: Ram Lavi Date: Sun, 31 Dec 2023 14:44:50 +0200 Subject: [PATCH] vms/vm-under-test: Update isolated cores list Signed-off-by: Ram Lavi --- vms/vm-under-test/scripts/first-boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vms/vm-under-test/scripts/first-boot b/vms/vm-under-test/scripts/first-boot index 676c3880..5facd899 100755 --- a/vms/vm-under-test/scripts/first-boot +++ b/vms/vm-under-test/scripts/first-boot @@ -21,7 +21,7 @@ set -e systemctl mask "$(systemctl --type swap | grep '.swap' | awk '{print $1}')" -echo isolated_cores=1-2 >> /etc/tuned/realtime-virtual-guest-variables.conf +echo isolated_cores=2-3 >> /etc/tuned/realtime-virtual-guest-variables.conf echo isolate_managed_irq=Y >> /etc/tuned/realtime-virtual-guest-variables.conf tuned-adm profile realtime-virtual-guest