Skip to content

Commit

Permalink
Merge "[FAB-4243] Set CouchDB max_dbs_open config option"
Browse files Browse the repository at this point in the history
  • Loading branch information
christo4ferris authored and Gerrit Code Review committed Jun 20, 2017
2 parents b9a5506 + 2bbbc23 commit a5b1ed3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion images/couchdb/local.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ database_dir = /opt/couchdb/data/
view_index_dir = /opt/couchdb/data/
uri_file = /opt/couchdb/data/couch.uri

; Specify the number of database shards that can be open concurrently.
; CouchDB uses LRU cache to manage open databases, and closes databases
; as needed. Deployments with large numbers of channels and high
; concurrency may need to increase this setting.
max_dbs_open = 8000

; only allow the admin user to connect
; Uncomment the following statement to enable admin user security.
; default_security = admin_only
Expand Down Expand Up @@ -50,4 +56,3 @@ iterations = 1000 ; iterations for password hashing

[attachments]
compressible_types = text/*, application/javascript, application/json, application/xml, application/octet-stream

0 comments on commit a5b1ed3

Please sign in to comment.