diff --git a/docs/increasing-request-rate.rst b/docs/increasing-request-rate.rst index f133aafb..70cd226b 100644 --- a/docs/increasing-request-rate.rst +++ b/docs/increasing-request-rate.rst @@ -16,7 +16,7 @@ Load generation performance If Locust prints a warning about high CPU usage (``WARNING/root: CPU usage above 90%! ...``) try the following: - - Run Locust `distributed `__ to utilize multiple cores & multiple machines + - Run Locust `distributed `__ to utilize multiple cores & multiple machines - Try switching to `FastHttpUser `__ to reduce CPU usage - Check to see that there are no strange/infinite loops in your code