performance tuning

Optimize system performance by selecting a tuning profile managed by the tuned daemon.

Task 1:

Set your server to use recommended tuned profile.

Solution:

systemctl start tuned
systemctl enable tuned
tuned-adm list #list tuned profiles
tuned-adm recommend
tuned-adm profile virtual-guest
tuned-adm active

Last updated

Was this helpful?