diff options
author | Robert Newson <rnewson@apache.org> | 2011-08-10 21:06:50 +0000 |
---|---|---|
committer | Robert Newson <rnewson@apache.org> | 2011-08-10 21:06:50 +0000 |
commit | 0ac7f70c85f3be8fc65d814473b9a5a5a0aed0f7 (patch) | |
tree | 60c047443e1499aad8ee84bf9195eb0deca8f26b /etc | |
parent | b2db4f11376472fa801c58f98dcc2e356783e276 (diff) |
COUCHDB-1245 - enforce maximum chunk size for _log call to better manage memory.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.1.x@1156369 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'etc')
-rw-r--r-- | etc/couchdb/default.ini.tpl.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/couchdb/default.ini.tpl.in b/etc/couchdb/default.ini.tpl.in index 1592e330..18a5c1c8 100644 --- a/etc/couchdb/default.ini.tpl.in +++ b/etc/couchdb/default.ini.tpl.in @@ -24,6 +24,7 @@ allow_jsonp = false ;server_options = [{backlog, 128}, {acceptor_pool_size, 16}] ; For more socket options, consult Erlang's module 'inet' man page. ;socket_options = [{recbuf, 262144}, {sndbuf, 262144}, {nodelay, true}] +log_max_chunk_size = 1000000 [ssl] port = 6984 |