Skip to content

Commit

Permalink
Merge pull request #2961 from tjandy98/master
Browse files Browse the repository at this point in the history
Fix doc link
  • Loading branch information
cyberw authored Oct 31, 2024
2 parents bfd1aac + d25d212 commit 66c6fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/increasing-request-rate.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://docs.locust.io/en/stable/running-locust-distributed.html>`__ to utilize multiple cores & multiple machines
- Run Locust `distributed <https://docs.locust.io/en/stable/running-distributed.html>`__ to utilize multiple cores & multiple machines
- Try switching to `FastHttpUser <https://docs.locust.io/en/stable/increase-performance.html#increase-performance>`__ to reduce CPU usage
- Check to see that there are no strange/infinite loops in your code

Expand Down

0 comments on commit 66c6fd2

Please sign in to comment.