linux-system-roles.tuned
Ansible角色: tuned
一个配置tuned的ansible角色。
角色变量
use_recommended_profile: 选择推荐的配置文件,而不是在'profile'中指定的配置文件。
profile: 要设置的配置文件。如果use_recommended_profile
为true,则不使用此选项。可用的基本配置文件包括balanced
,powersave
,throughput-performance
和latency-performance
。根据操作系统版本,可能还有更多配置文件可用。
daemon: 如果为true,则启用守护进程以支持动态调整。
dynamic_tuning: 启用动态调整。
sleep_interval: 检查事件的睡眠间隔,单位为秒。
update_interval: 动态调整的更新时间间隔,单位为秒。
enable_recommend: 启用推荐功能。
reapply_sysctl: 在应用tuned的sysctl后,是否从/etc
重新应用sysctl。
许可证
MIT