diff options
author | Luis Rascao <[email protected]> | 2017-03-14 11:24:24 +0000 |
---|---|---|
committer | Luis Rascao <[email protected]> | 2017-03-14 11:24:24 +0000 |
commit | 86def04bc26eb2f78911fd9ec831a115cdfef964 (patch) | |
tree | f1556a7dec6504f5143ebfe5631ca1d4a47e1d72 | |
parent | 318e9dfbba306e7b18f2e74d6f468c81e1ac1f57 (diff) | |
download | otp-86def04bc26eb2f78911fd9ec831a115cdfef964.tar.gz otp-86def04bc26eb2f78911fd9ec831a115cdfef964.tar.bz2 otp-86def04bc26eb2f78911fd9ec831a115cdfef964.zip |
Fix sbct documentation
The unit should be explicitly documented as
kilobytes to avoid ambiguity.
-rw-r--r-- | erts/doc/src/erts_alloc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/doc/src/erts_alloc.xml b/erts/doc/src/erts_alloc.xml index 49dadfb42c..b11328c3a8 100644 --- a/erts/doc/src/erts_alloc.xml +++ b/erts/doc/src/erts_alloc.xml @@ -595,7 +595,7 @@ </item> <tag><marker id="M_sbct"/><c><![CDATA[+M<S>sbct <size>]]></c></tag> <item> - <p>Singleblock carrier threshold. Blocks larger than this + <p>Singleblock carrier threshold (in kilobytes). Blocks larger than this threshold are placed in singleblock carriers. Blocks smaller than this threshold are placed in multiblock carriers. On 32-bit Unix style OS this threshold cannot be set |