From 3d8284d209bb0db9077ca9eb6b08b64bd5345eb6 Mon Sep 17 00:00:00 2001 From: Hans Bolinder Date: Fri, 2 Dec 2011 14:58:22 +0100 Subject: Minor fix of erts_alloc.xml --- erts/doc/src/erts_alloc.xml | 8 ++++---- 1 file 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 alloc_util framework" section. t true|false]]> - Multiple, thread specific instances of the allocator. +

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:

ll_alloc 1 instance. @@ -448,9 +448,9 @@ a lock-free instance of its own and other threads will use a common instance.
- It was previously (before ERTS version 5.9) possible to configure +

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.

Currently the following flags are available for configuration of -- cgit v1.2.3