Last change
on this file was
c5c522c,
checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago
|
initial commit, transferred from cleaned syn3 svn tree
|
-
Property mode set to
100644
|
File size:
434 bytes
|
Line | |
---|
1 | # |
---|
2 | # Set the database in memory cache size. |
---|
3 | # |
---|
4 | set_cachesize 0 52428800 0 |
---|
5 | |
---|
6 | # |
---|
7 | # Set database flags. |
---|
8 | # (for database loading/reindexing) |
---|
9 | #set_flags DB_TXN_NOSYNC |
---|
10 | # The above setting is not necessary in |
---|
11 | # OpenLDAP 2.3 and later. Use the -q flag |
---|
12 | # to slapadd and slapindex instead. |
---|
13 | |
---|
14 | # |
---|
15 | # Set log values. |
---|
16 | # |
---|
17 | set_lg_regionmax 1048576 |
---|
18 | set_lg_max 10485760 |
---|
19 | set_lg_bsize 2097152 |
---|
20 | |
---|
Note: See
TracBrowser
for help on using the repository browser.