diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-11-06 13:16:22 -0600 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-11-06 13:16:22 -0600 |
commit | a9c1f83fd8b2793e6474b14d246e1ef362892467 (patch) | |
tree | 400ff41db7c1e0ef516cc48ba89e2f8c393d748d /docs/configuration/optimizing_beam.md | |
parent | 4999549191b1ac7c50bb3a6398b0bad0f0957b73 (diff) | |
download | pleroma-a9c1f83fd8b2793e6474b14d246e1ef362892467.tar.gz pleroma-a9c1f83fd8b2793e6474b14d246e1ef362892467.zip |
Markdown, you're drunk
Diffstat (limited to 'docs/configuration/optimizing_beam.md')
-rw-r--r-- | docs/configuration/optimizing_beam.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/configuration/optimizing_beam.md b/docs/configuration/optimizing_beam.md index 64d35ad2c..de76086f7 100644 --- a/docs/configuration/optimizing_beam.md +++ b/docs/configuration/optimizing_beam.md @@ -30,6 +30,7 @@ Check your OS documentation to adopt a similar strategy on other platforms. Disable the busy-waiting **vm.args:** + ``` +sbwt none +sbwtdcpu none @@ -41,6 +42,7 @@ Disable the busy-waiting Enable more busy waiting, increase the internal maximum limit of BEAM processes and ports **vm.args:** + ``` +P 16777216 +Q 16777216 |