From 40a3eb7429959553eea32a4320d1bc8443cd61e3 Mon Sep 17 00:00:00 2001 From: tdadela Date: Mon, 29 Jan 2024 21:43:09 +0100 Subject: [PATCH] docs(running-distributed): cores -> logical cores --- docs/running-distributed.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/running-distributed.rst b/docs/running-distributed.rst index 2ed07a33de..7b3d341954 100644 --- a/docs/running-distributed.rst +++ b/docs/running-distributed.rst @@ -27,7 +27,7 @@ It is really simple to launch a master and 4 worker processes:: locust --processes 4 -You can even auto-detect the number of cores in your machine and launch one worker for each of them:: +You can even auto-detect the number of logical cores in your machine and launch one worker for each of them:: locust --processes -1