diff options
author | feld <feld@feld.me> | 2020-11-10 16:44:00 +0000 |
---|---|---|
committer | feld <feld@feld.me> | 2020-11-10 16:44:00 +0000 |
commit | 2933658446f4172bb77b4d294d032fa4e2d93237 (patch) | |
tree | 0d8dd5d5010b2316d7fe2d3ac5192ec689a83627 | |
parent | abf2ec2bbe5226d6558ca1918779ee68df1cab84 (diff) | |
download | pleroma-2933658446f4172bb77b4d294d032fa4e2d93237.tar.gz |
Apply 1 suggestion(s) to 1 file(s)
-rw-r--r-- | docs/configuration/optimizing_beam.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/optimizing_beam.md b/docs/configuration/optimizing_beam.md index 545392f8f..1753620c9 100644 --- a/docs/configuration/optimizing_beam.md +++ b/docs/configuration/optimizing_beam.md @@ -27,7 +27,7 @@ Check your OS documentation to adopt a similar strategy on other platforms. ### Virtual Machine and/or few CPU cores -Disable the busy-waiting +Disable the busy-waiting. This should generally only be done if you're on a platform that does burst scheduling, like AWS. **vm.args:** |