From 23db4958f5823d10e48005082948742c0344a269 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Thu, 18 Jul 2024 18:15:02 -0700 Subject: [PATCH] fix tuned-adm command typo --- docs/tuning/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tuning/README.md b/docs/tuning/README.md index f98ef378c..7a0721eef 100644 --- a/docs/tuning/README.md +++ b/docs/tuning/README.md @@ -22,5 +22,5 @@ sudo mv tuned.conf /usr/lib/tuned/minio #### Step 3 - to enable minio performance profile on all the nodes ``` -sudo tuned-admin profile minio +sudo tuned-adm profile minio ```