diff options
author | Hans Bolinder <[email protected]> | 2011-12-02 14:58:22 +0100 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2011-12-02 14:58:22 +0100 |
commit | 3d8284d209bb0db9077ca9eb6b08b64bd5345eb6 (patch) | |
tree | 69422ccf7dc7a957d073c4652c9d66b0155f54e1 /erts | |
parent | 0ea7684efdc443a9a4e2b35c97c7eee1b047fc44 (diff) | |
download | otp-3d8284d209bb0db9077ca9eb6b08b64bd5345eb6.tar.gz otp-3d8284d209bb0db9077ca9eb6b08b64bd5345eb6.tar.bz2 otp-3d8284d209bb0db9077ca9eb6b08b64bd5345eb6.zip |
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 |