Commit a4a8ed1
authored
feat(ansible): Install tuned for performance tuning (#2041)
* feat(ansible): Install tuned for performance tuning
This commit introduces the tuned service to the Ansible playbook to enable dynamic system performance optimization.
The changes include:
- A new task ansible/tasks/setup-tuned.yml is created to handle the installation of the tuned package via apt.
- The main ansible/playbook.yml is updated to import and execute this new task.
- The installation is conditional and only runs when the stage2_nix variable is true, allowing for flexibility in different build
stages.
By installing tuned, the system can be better optimized for various workloads, which is particularly beneficial for database
performance.
* empty commit to tickle CI since GH is back1 parent 7daa987 commit a4a8ed1
2 files changed
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
29 | 32 | | |
30 | 33 | | |
31 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
0 commit comments