diff options
author | Sverker Eriksson <[email protected]> | 2014-06-12 17:13:29 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2014-06-12 17:13:29 +0200 |
commit | 02c00c02bedde6bad018eef490527aa513fbd552 (patch) | |
tree | 61129c3f06098f8a1f1e3717964c0ea9d7cd5c4d /erts/doc | |
parent | 6fc9f2916f98bf539ebe2117c3f4111917649f37 (diff) | |
download | otp-02c00c02bedde6bad018eef490527aa513fbd552.tar.gz otp-02c00c02bedde6bad018eef490527aa513fbd552.tar.bz2 otp-02c00c02bedde6bad018eef490527aa513fbd552.zip |
erts: Fix documentation for no of default allocator instances
ll_alloc does not default to single instance since 17.0
Diffstat (limited to 'erts/doc')
-rw-r--r-- | erts/doc/src/erts_alloc.xml | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/erts/doc/src/erts_alloc.xml b/erts/doc/src/erts_alloc.xml index c9eca39a99..1ade41f1aa 100644 --- a/erts/doc/src/erts_alloc.xml +++ b/erts/doc/src/erts_alloc.xml @@ -4,7 +4,7 @@ <cref> <header> <copyright> - <year>2002</year><year>2013</year> + <year>2002</year><year>2014</year> <holder>Ericsson AB. All Rights Reserved.</holder> </copyright> <legalnotice> @@ -531,15 +531,9 @@ <p>Multiple, thread specific instances of the allocator. This option will only have any effect on the runtime system with SMP support. Default behaviour on the runtime system with - SMP support:</p> - <taglist> - <tag><c>ll_alloc</c></tag> - <item><c>1</c> instance.</item> - <tag>Other allocators</tag> - <item><c>NoSchedulers+1</c> instances. Each scheduler will use - a lock-free instance of its own and other threads will use - a common instance.</item> - </taglist> + SMP support is <c>NoSchedulers+1</c> instances. Each scheduler will use + a lock-free instance of its own and other threads will use + a common instance.</p> <p>It was previously (before ERTS version 5.9) possible to configure a smaller amount of thread specific instances than schedulers. This is, however, not possible any more.</p> |