Make it clearer the settings go into the vm.args file
authorMark Felder <feld@FreeBSD.org>
Fri, 6 Nov 2020 19:15:21 +0000 (13:15 -0600)
committerMark Felder <feld@FreeBSD.org>
Fri, 6 Nov 2020 19:15:21 +0000 (13:15 -0600)
docs/configuration/optimizing_beam.md

index fd89c4e9965d961c536917b4a8e1fd471fe3d057..64d35ad2c9b8eb1f5165d084db59c1a6036351c1 100644 (file)
@@ -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