diff options
author | feld <feld@feld.me> | 2020-11-10 16:44:08 +0000 |
---|---|---|
committer | feld <feld@feld.me> | 2020-11-10 16:44:08 +0000 |
commit | 952a8c213e37b38c48890813f80e8792cb0cebe2 (patch) | |
tree | 5377ddc3c4a04eba1ad8cd1c8926c7cb57fe38d3 | |
parent | 2933658446f4172bb77b4d294d032fa4e2d93237 (diff) | |
download | pleroma-952a8c213e37b38c48890813f80e8792cb0cebe2.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 1753620c9..ecfae86d9 100644 --- a/docs/configuration/optimizing_beam.md +++ b/docs/configuration/optimizing_beam.md @@ -39,7 +39,7 @@ Disable the busy-waiting. This should generally only be done if you're on a plat ### Dedicated Hardware -Enable more busy waiting, increase the internal maximum limit of BEAM processes and ports +Enable more busy waiting, increase the internal maximum limit of BEAM processes and ports. You can use this if you run on dedicated hardware, but it is not necessary. **vm.args:** |