You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "ILYA (JIRA)" <ji...@apache.org> on 2016/09/06 20:06:20 UTC

[jira] [Created] (COUCHDB-3135) Do not use config subscription in couch_index

ILYA created COUCHDB-3135:
-----------------------------

             Summary: Do not use config subscription in couch_index
                 Key: COUCHDB-3135
                 URL: https://issues.apache.org/jira/browse/COUCHDB-3135
             Project: CouchDB
          Issue Type: Bug
            Reporter: ILYA


In spite numerous attempts to improve memory consumption of config listener. The simple fact that we call config:subscribe_for_changes causes the hike in memory consumed by couch_index process. Monitoring the changes for "query_server_config.commit_freq" is not worth it. We would just call config:get_index when we need to. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)