Sistem Operasi

Debian / Ubuntu

  1. Pasang tuned-adm
apt install -y tuned
  1. Start & enable servis tuned
systemctl enable --now tuned
  1. Atur profil tuning
# daftar profil yang bisa digunakan
tuned-adm list

# terapkan profil
tuned-adm profile <profile_name>
  1. Verifikasi profil
tuned-adm active

Red Hat / CentOS

  1. Pasang tuned-adm
# using yum
yum install -y tuned

# using dnf
dnf install -y tuned
  1. Start & enable servis tuned
systemctl enable --now tuned
  1. Atur profil tuning
# daftar profil yang bisa digunakan
tuned-adm list

# terapkan profil
tuned-adm profile <profile_name>
  1. Verifikasi profil
tuned-adm active

Referensi