Skip to content

Commit

Permalink
docs: modified the corelist numbering (#214)
Browse files Browse the repository at this point in the history
Signed-off-by: Bala Harish <[email protected]>
  • Loading branch information
balaharish7 authored Jun 14, 2024
1 parent 7b40607 commit f745607
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions quickstart/performance-tips.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<namespace>` with the appropriate Kubernetes namespace where Mayastor is deployed.

```
kubectl mayastor upgrade -n <namespace> --set-args 'io_engine.coreList={3,4}'
kubectl mayastor upgrade -n <namespace> --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.
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.
:::

0 comments on commit f745607

Please sign in to comment.