diff options
| author | fumingwei <[email protected]> | 2022-01-17 15:33:38 +0800 |
|---|---|---|
| committer | 付明卫 <[email protected]> | 2022-01-17 07:47:04 +0000 |
| commit | 3e5f10084314eb86db1de178fd59483b3cfa141a (patch) | |
| tree | e9e7170ea14f85a528a5db423a6a149487e8cf8f | |
| parent | 191e6ad8a4db8b568446553dc4537dc4d6f9292b (diff) | |
feature:在tsg-server中接触tfe相关绑定cpu core的隔离v22.01-rc1
| -rw-r--r-- | ansible/install_config/group_vars/HAL_SERVER.yml | 2 | ||||
| -rw-r--r-- | ansible/roles/kernel-args/files/grub | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ansible/install_config/group_vars/HAL_SERVER.yml b/ansible/install_config/group_vars/HAL_SERVER.yml index ec4051e3..22641495 100644 --- a/ansible/install_config/group_vars/HAL_SERVER.yml +++ b/ansible/install_config/group_vars/HAL_SERVER.yml @@ -13,7 +13,7 @@ dp_traffic_mirror: workload_firewall: cpu_affinity: 17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99 - worker_threads: 19 + worker_threads: 83 send_only_threads_max: 0 dp_steering_firewall: diff --git a/ansible/roles/kernel-args/files/grub b/ansible/roles/kernel-args/files/grub index 252955f3..2e474bb3 100644 --- a/ansible/roles/kernel-args/files/grub +++ b/ansible/roles/kernel-args/files/grub @@ -3,6 +3,6 @@ GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" -GRUB_CMDLINE_LINUX="rhgb quiet iommu=pt intel_iommu=on crashkernel=512M default_hugepagesz=1G hugepagesz=1G hugepages=16 isolcpus=1-103 psi=1 mitigations=off" +GRUB_CMDLINE_LINUX="rhgb quiet iommu=pt intel_iommu=on crashkernel=512M default_hugepagesz=1G hugepagesz=1G hugepages=16 isolcpus=17-103 psi=1 mitigations=off" GRUB_DISABLE_RECOVERY="true" |
