diff options
author | John Högberg <[email protected]> | 2018-05-03 12:37:49 +0200 |
---|---|---|
committer | John Högberg <[email protected]> | 2018-06-28 09:05:43 +0200 |
commit | c7dc896e8897988ccc033e18fa19670ba7160565 (patch) | |
tree | c0aa20a10c35fb0b5a93d23d9813bab3cc6f4514 /erts/doc/src/erts_alloc.xml | |
parent | d3147dd8fc0ee913bc7146efb4d041d04f6582d8 (diff) | |
download | otp-c7dc896e8897988ccc033e18fa19670ba7160565.tar.gz otp-c7dc896e8897988ccc033e18fa19670ba7160565.tar.bz2 otp-c7dc896e8897988ccc033e18fa19670ba7160565.zip |
Allow cross-type carrier migration
Diffstat (limited to 'erts/doc/src/erts_alloc.xml')
-rw-r--r-- | erts/doc/src/erts_alloc.xml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/erts/doc/src/erts_alloc.xml b/erts/doc/src/erts_alloc.xml index a094217959..962bc9a244 100644 --- a/erts/doc/src/erts_alloc.xml +++ b/erts/doc/src/erts_alloc.xml @@ -487,11 +487,10 @@ utilization value used. Once a carrier is abandoned, no new allocations are made in it. When an allocator instance gets an increased multiblock carrier need, it first tries to fetch an - abandoned carrier from an allocator instance of the same - allocator type. If no abandoned carrier can be fetched, it - creates a new empty carrier. When an abandoned carrier has been - fetched, it will function as an ordinary carrier. This feature has - special requirements on the + abandoned carrier from another allocator instance. If no abandoned + carrier can be fetched, it creates a new empty carrier. When an + abandoned carrier has been fetched, it will function as an ordinary + carrier. This feature has special requirements on the <seealso marker="#M_as">allocation strategy</seealso> used. Only the strategies <c>aoff</c>, <c>aoffcbf</c>, <c>aoffcaobf</c>, <c>ageffcaoff</c>m, <c>ageffcbf</c> and <c>ageffcaobf</c> @@ -584,7 +583,7 @@ carriers are decided in section <seealso marker="#mseg_mbc_sizes"> The alloc_util Framework</seealso>. On - 32-bit Unix style OS this limit cannot be set > 128 MB.</p> + 32-bit Unix style OS this limit cannot be set > 64 MB.</p> </item> <tag><marker id="M_mbcgs"/><c><![CDATA[+M<S>mbcgs <ratio>]]></c></tag> <item> |