logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 4999549191b1ac7c50bb3a6398b0bad0f0957b73
parent 620f1d723781ef39079add6326aec24112275253
Author: Mark Felder <feld@FreeBSD.org>
Date:   Fri,  6 Nov 2020 13:15:21 -0600

Make it clearer the settings go into the vm.args file

Diffstat:

Mdocs/configuration/optimizing_beam.md2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/docs/configuration/optimizing_beam.md b/docs/configuration/optimizing_beam.md @@ -29,6 +29,7 @@ Check your OS documentation to adopt a similar strategy on other platforms. Disable the busy-waiting +**vm.args:** ``` +sbwt none +sbwtdcpu none @@ -39,6 +40,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