From a2a191f4cf18979920964f7bf81b4eb10c28ae3b Mon Sep 17 00:00:00 2001 From: Hans Bolinder Date: Mon, 29 Nov 2010 15:16:02 +0100 Subject: Increase default maximum number of slots of Dets tables The default maximum number of slots of Dets tables has been changed to be equal to the maximum number of slots. --- lib/stdlib/doc/src/dets.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/stdlib/doc/src/dets.xml') diff --git a/lib/stdlib/doc/src/dets.xml b/lib/stdlib/doc/src/dets.xml index ad100d2cf5..b002af6616 100644 --- a/lib/stdlib/doc/src/dets.xml +++ b/lib/stdlib/doc/src/dets.xml @@ -4,7 +4,7 @@
- 19962009 + 19962010 Ericsson AB. All Rights Reserved. @@ -816,7 +816,7 @@ ok

{max_no_slots, no_slots()}, the maximum number - of slots that will be used. The default value is 2 M, and + of slots that will be used. The default value as well as the maximal value is 32 M. Note that a higher value may increase the fragmentation of the table, and conversely, that a smaller value may decrease the fragmentation, at -- cgit v1.2.3