Skip to content

Commit

Permalink
vms/vm-under-test: Update isolated cores list
Browse files Browse the repository at this point in the history
Signed-off-by: Ram Lavi <ralavi@redhat.com>
  • Loading branch information
RamLavi committed Jan 2, 2024
1 parent dcad0b9 commit 172c71e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vms/vm-under-test/scripts/first-boot
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 172c71e

Please sign in to comment.