You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This role configures the TuneD tool for system tuning, ensuring optimal performance based on the profile settings defined.
5
+
6
+
Role Variables
7
+
--------------
8
+
9
+
See the [TuneD documentation](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/monitoring_and_managing_system_status_and_performance/getting-started-with-tuned_monitoring-and-managing-system-status-and-performance) for profile details.
10
+
11
+
12
+
-`tuned_profile_baremetal`: Optional str. Name of default profile for non-virtualised hosts. Default `hpc-compute`.
13
+
-`tuned_profile_vm`: Optional str. Name of default profile for virtualised hosts. Default `virtual-guest`.
14
+
-`tuned_profile`: Optional str. Name of profile to apply to host. Defaults to `tuned_profile_baremetal` or `tuned_profile_vm` as appropriate.
0 commit comments