diff options
author | Rickard Green <[email protected]> | 2013-12-02 18:33:50 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2013-12-02 18:33:50 +0100 |
commit | 754d8ec0eec7a75b95bc970580e8b455095297ba (patch) | |
tree | 2b77220b1eaef68e000bc160d7f97bbc94e338b2 /erts/doc/src/erts_alloc.xml | |
parent | 25b992335e82919d6166b860c9b97710c5f33ae1 (diff) | |
parent | 30e97f13e85efdc2d68282996cc6f907fc1cf9d6 (diff) | |
download | otp-754d8ec0eec7a75b95bc970580e8b455095297ba.tar.gz otp-754d8ec0eec7a75b95bc970580e8b455095297ba.tar.bz2 otp-754d8ec0eec7a75b95bc970580e8b455095297ba.zip |
Merge branch 'rickard/supercarrier-fix/OTP-11149' into maint
* rickard/supercarrier-fix/OTP-11149:
Documentation fix
Diffstat (limited to 'erts/doc/src/erts_alloc.xml')
-rw-r--r-- | erts/doc/src/erts_alloc.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/erts/doc/src/erts_alloc.xml b/erts/doc/src/erts_alloc.xml index a0ec89f398..49ee740a73 100644 --- a/erts/doc/src/erts_alloc.xml +++ b/erts/doc/src/erts_alloc.xml @@ -332,8 +332,11 @@ Set super carrier size (in MB). The super carrier size defaults to zero; i.e, the super carrier is by default disabled. The super carrier is a large continuous area in the virtual address space. - The system will always try to create new carriers in the super - carrier. + <c>mseg_alloc</c> will always try to create new carriers in the super + carrier if it exists. Note that the <c>alloc_util</c> framework may + create <c>sys_alloc</c> carriers. For more information on this, see the + documentation of the <seealso marker="#MMsco"><c>+MMsco</c></seealso> + flag. <br/><br/> <em>NOTE</em>: The super carrier cannot be enabled nor disabled on halfword heap systems. This flag will be |