diff options
author | Hans Bolinder <[email protected]> | 2011-12-05 09:03:32 +0100 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2011-12-05 09:03:32 +0100 |
commit | 3e64ea48156c1aabd75bc985941a709bafca54cd (patch) | |
tree | 480e42b37b5915a0fa2d8d9f26a9e4a8f098b00f /erts | |
parent | 65ca664c8b01821713da374ae05bb9010b749c06 (diff) | |
parent | 3d8284d209bb0db9077ca9eb6b08b64bd5345eb6 (diff) | |
download | otp-3e64ea48156c1aabd75bc985941a709bafca54cd.tar.gz otp-3e64ea48156c1aabd75bc985941a709bafca54cd.tar.bz2 otp-3e64ea48156c1aabd75bc985941a709bafca54cd.zip |
Merge branch 'hb/erts/minor_doc_fix/OTP-9762'
* hb/erts/minor_doc_fix/OTP-9762:
Minor fix of erts_alloc.xml
Diffstat (limited to 'erts')
-rw-r--r-- | erts/doc/src/erts_alloc.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/erts/doc/src/erts_alloc.xml b/erts/doc/src/erts_alloc.xml index 3b5ee5391c..8378e7c676 100644 --- a/erts/doc/src/erts_alloc.xml +++ b/erts/doc/src/erts_alloc.xml @@ -436,10 +436,10 @@ in "the <c>alloc_util</c> framework" section.</item> <tag><marker id="M_t"><c><![CDATA[+M<S>t true|false]]></c></marker></tag> <item> - Multiple, thread specific instances of the allocator. + <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: + SMP support:</p> <taglist> <tag><c>ll_alloc</c></tag> <item><c>1</c> instance.</item> @@ -448,9 +448,9 @@ a lock-free instance of its own and other threads will use a common instance.</item> </taglist> - It was previously (before ERTS version 5.9) possible to configure + <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. + This is, however, not possible any more.</p> </item> </taglist> <p>Currently the following flags are available for configuration of |