Fix: Nested VM performance optimizations
[csit.git] / resources / tools / disk-image-builder / nested / image-patches / 07-isolate-cpu
old mode 100644 (file)
new mode 100755 (executable)
index 72d9416..401966d
@@ -1,8 +1,8 @@
 #!/bin/sh
 
 patch boot/grub/menu.lst <<"_EOF"
 #!/bin/sh
 
 patch boot/grub/menu.lst <<"_EOF"
-15c17
-<       kernel /boot/bzImage rw root=/dev/sda1 console=ttyS0,115200n8
+17c17
+<      kernel /boot/bzImage rw root=/dev/sda1 ipv6.disable=1 console=ttyS0,115200n8
 ---
 ---
->       kernel /boot/bzImage rw root=/dev/sda1 console=ttyS0,115200n8 isolcpus=1-7 nohz_full=1-7 rcu_nocbs=1-7
-_EOF
\ No newline at end of file
+>      kernel /boot/bzImage rw root=/dev/sda1 ipv6.disable=1 console=ttyS0,115200n8 isolcpus=1,2,3,4 nohz_full=1,2,3,4 rcu_nocbs=1,2,3,4 intel_pstate=disable
+_EOF