Skip to content

Commit e7edc22

Browse files
authored
Merge pull request #406 from faster-cpython/update-changelog-regarding-cores
Update the CHANGELOG regarding number of cores used
2 parents f1dd121 + 79e3eb3 commit e7edc22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ PYTHON_CONFIGURE_FLAGS = '`"/p:PlatformToolset=clangcl`" `"/p:LLVMInstallDir=C:\
5959
### Controlling number of cores used for builds
6060

6161
Runners have a new configuration `use_cores` to control the number of CPU cores
62-
used to build CPython. By default, this will use all available cores, but some
63-
Cloud VMs require using fewer.
62+
used to build CPython. By default, this will place no limit on the number of
63+
cores used, but machines with limited RAM may require using fewer cores.
6464

6565
### Configurable weekly runs
6666

0 commit comments

Comments
 (0)