🐞 fix: TSG-17689 设置tuned默认调优策略

This commit is contained in:
linxin
2023-11-13 18:37:30 +08:00
committed by 付明卫
parent 8c707ccb77
commit 1a74213f0e

View File

@@ -31,7 +31,7 @@
when: runtime_env == 'TSG-X-P0906'
- name: "apply tsg-os-cpu-partitioning profile"
shell: echo tsg-os-cpu-partitioning >/etc/tuned/active_profile
shell: tuned-adm profile tsg-os-cpu-partitioning
when: runtime_env == 'TSG-X-P0906'
- name: "make tuned server run after HAL"