annotate doc/dovecot-db.conf @ 7481:768231eb84cf HEAD

Added dict_db_config setting to point to a Berkeley DB config file.
author Timo Sirainen <tss@iki.fi>
date Sun, 04 May 2008 18:12:28 +0300
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7481
768231eb84cf Added dict_db_config setting to point to a Berkeley DB config file.
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
1 # Example DB_CONFIG for Berkeley DB. Typically dict_db_config setting is used
768231eb84cf Added dict_db_config setting to point to a Berkeley DB config file.
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
2 # to point to this file.
768231eb84cf Added dict_db_config setting to point to a Berkeley DB config file.
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
3 # http://www.oracle.com/technology/documentation/berkeley-db/db/ref/env/db_config.html
768231eb84cf Added dict_db_config setting to point to a Berkeley DB config file.
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
4
768231eb84cf Added dict_db_config setting to point to a Berkeley DB config file.
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
5 # Maximum number of simultaneous transactions.
768231eb84cf Added dict_db_config setting to point to a Berkeley DB config file.
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
6 set_tx_max 1000
768231eb84cf Added dict_db_config setting to point to a Berkeley DB config file.
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
7
768231eb84cf Added dict_db_config setting to point to a Berkeley DB config file.
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
8 # http://www.oracle.com/technology/documentation/berkeley-db/db/ref/lock/max.html
768231eb84cf Added dict_db_config setting to point to a Berkeley DB config file.
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
9 #set_lk_max_locks 1000
768231eb84cf Added dict_db_config setting to point to a Berkeley DB config file.
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
10 #set_lk_max_lockers 1000
768231eb84cf Added dict_db_config setting to point to a Berkeley DB config file.
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
11 #set_lk_max_objects 1000