diff options
author | Lukas Larsson <[email protected]> | 2017-03-16 10:01:17 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2017-03-16 10:01:17 +0100 |
commit | 73b8d7204ef2e2ddf4b3e9b73164ae15f2359ffe (patch) | |
tree | 66bbeae9faf84ae789485bb799680e1e33904ca8 /erts | |
parent | c8cd7a532909c6b3ddd7a4856c3fb3671b954542 (diff) | |
parent | 86def04bc26eb2f78911fd9ec831a115cdfef964 (diff) | |
download | otp-73b8d7204ef2e2ddf4b3e9b73164ae15f2359ffe.tar.gz otp-73b8d7204ef2e2ddf4b3e9b73164ae15f2359ffe.tar.bz2 otp-73b8d7204ef2e2ddf4b3e9b73164ae15f2359ffe.zip |
Merge pull request #1375 from lrascao/fix/sbct_doc
Fix sbct documentation
Diffstat (limited to 'erts')
-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 |