Skip to content

Commit 48e0ee6

Browse files
authored
docs: minor fix for isolate-workload-cpusets (#104)
* docs: minor fix for isolate-workload-cpusets Signed-off-by: annecyh <anne.chew@canonical.com> * docs: fix capitalization Signed-off-by: annecyh <anne.chew@canonical.com> --------- Signed-off-by: annecyh <anne.chew@canonical.com>
1 parent f053921 commit 48e0ee6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/how-to/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Tune performance for real-time processing:
2525
Modify kernel boot parameters <modify-kernel-boot-parameters>
2626
Configure CPUs for real-time processing <cpu-boot-configs>
2727
Tune IRQ affinity <tune-irq-affinity>
28-
Isolating CPUs from general execution with cpusets <isolate-workload-cpusets>
28+
Isolate CPUs from general execution with cpusets <isolate-workload-cpusets>
2929

3030

3131
Configure Real-time Ubuntu Core:

docs/how-to/isolate-workload-cpusets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ Slice=custom-workload.slice
208208
ExecStart=/home/ubuntu/my-app
209209
210210
```
211-
The important part here is the `Slice=custom-workload.slice` which points your service to the `custom-workload.slice` that you created which has access to the isolated cpus.
211+
The important part here is the `Slice=custom-workload.slice` which points your service to the `custom-workload.slice` that you created which has access to the isolated CPUs.
212212

213213
The service file should be created inside the `/etc/systemd/system` directory, for example at `/etc/systemd/system/my-app.service`.
214214

@@ -278,4 +278,4 @@ In the service report, you can verify that the service is running inside the des
278278

279279
[systemd.special]: https://manpages.ubuntu.com/manpages/noble/man7/systemd.special.7.html
280280

281-
[systemd_slice]: https://www.freedesktop.org/software/systemd/man/latest/systemd.slice.html
281+
[systemd_slice]: https://www.freedesktop.org/software/systemd/man/latest/systemd.slice.html

0 commit comments

Comments
 (0)