Skip to content

Commit 8d87a49

Browse files
authored
Update README.md
1 parent 49e209a commit 8d87a49

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,9 @@ Each runner must have the following labels:
6464

6565
Once the runner is set up, [enable it as a service](https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/configuring-the-self-hosted-runner-application-as-a-service) so it will start automatically on boot.
6666

67-
In addition, the metadata about the runner must be added to `runners` section in `bench_runner.toml`, for example:
67+
In addition, the metadata about the runner(s) must be added to `runners` section in `bench_runner.toml`, for example:
6868

6969
```toml
70-
[[runners]]
7170
[runners.linux]
7271
os = "linux"
7372
arch = "x86_64"
@@ -93,7 +92,7 @@ If you don't want a machine to be included when the user selects "machine == 'al
9392
include_in_all = false
9493
```
9594

96-
You may limit the number of cores used to build Python with the `use_cores` option. This may be necessary, for example, on cloud VMs.
95+
You may limit the number of cores used to build Python with the `use_cores` option. This may be necessary, for example, on cloud VMs with limited RAM.
9796

9897
```
9998
use_cores = 2

0 commit comments

Comments
 (0)