bump mdb maxsize up to 32M to pass test060

Note in slapd-mdb(5) that setting a huge size is desirable.
This commit is contained in:
Howard Chu 2011-08-28 04:04:09 -07:00
parent fd0480e9af
commit 762c9e432f
2 changed files with 6 additions and 0 deletions

View file

@ -92,6 +92,11 @@ Specify the maximum size of the database in bytes. A memory map of this
size is allocated at startup time and the database will not be allowed
to grow beyond this size. The default is 10485760 bytes. This setting
may be changed upward if the configured limit needs to be increased.
Note: It is important to set this to as large a value as possible,
(relative to anticipated growth of the actual data over time) since
growing the size later may not be practical when the system is under
heavy load.
.TP
.BI mode \ <integer>
Specify the file protection mode that newly created database

View file

@ -48,6 +48,7 @@ rootpw secret
#hdb#index objectClass eq
#hdb#index cn,sn,uid pres,eq,sub
#hdb#checkpoint 1024 5
#mdb#maxsize 33554432
#ndb#dbname db_1
#ndb#include @DATADIR@/ndb.conf