diff options
author | John Christopher Anderson <jchris@apache.org> | 2010-08-07 19:26:50 +0000 |
---|---|---|
committer | John Christopher Anderson <jchris@apache.org> | 2010-08-07 19:26:50 +0000 |
commit | e18c591080642b9f1cedad94cf71a7053d28669c (patch) | |
tree | 314e1e69dcf1d013a096e6f742e388951cc220e0 /etc | |
parent | ccaa1037c27c39f50c5666f530a4c5e1067a867c (diff) |
os_process_limit for query servers make them much more robust under concurrent load
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@983291 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 a890beb7..872b1444 100644 --- a/etc/couchdb/default.ini.tpl.in +++ b/etc/couchdb/default.ini.tpl.in @@ -46,6 +46,7 @@ javascript = %bindir%/%couchjs_command_name% %localbuilddatadir%/server/main.js ; please let us know on the mailing list so we can fine tune the heuristic. [query_server_config] reduce_limit = true +os_process_limit = 25 ; enable external as an httpd handler, then link it with commands here. ; note, this api is still under consideration. |