From f745607e683d6b622252081dbf087b60e88a5256 Mon Sep 17 00:00:00 2001 From: Bala Harish <161304963+balaharish7@users.noreply.github.com> Date: Fri, 14 Jun 2024 07:52:55 -0400 Subject: [PATCH] docs: modified the corelist numbering (#214) Signed-off-by: Bala Harish <161304963+balaharish7@users.noreply.github.com> --- quickstart/performance-tips.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/quickstart/performance-tips.md b/quickstart/performance-tips.md index f628d55..2531806 100644 --- a/quickstart/performance-tips.md +++ b/quickstart/performance-tips.md @@ -102,7 +102,11 @@ To allot specific CPU cores for Mayastor's reactors, follow these steps: 2. Execute the following command to update Mayastor's configuration. Replace `` with the appropriate Kubernetes namespace where Mayastor is deployed. ``` -kubectl mayastor upgrade -n --set-args 'io_engine.coreList={3,4}' +kubectl mayastor upgrade -n --set-args 'io_engine.coreList={2,3}' ``` -In the above command, `io_engine.coreList={3,4}` specifies that Mayastor's reactors should operate on the third and fourth CPU cores. \ No newline at end of file +In the above command, `io_engine.coreList={2,3}` specifies that Mayastor's reactors should operate on the third and fourth CPU cores. + +:::info +The cores are numbered from 0. +::: \ No newline at end of file