wohali commented on issue #1429: Access to CouchDB view return timeout
URL: https://github.com/apache/couchdb/issues/1429#issuecomment-403843602
 
 
   Can you confirm that adding a CPU core fixed your problem?
   
   Erlang itself will run fine on 1 CPU. It comes down to your number of 
simultaneously building JavaScript views. Each building view will use a 
separate `couchjs` process. If you build them sequentially in your client app, 
you can get away with 2 cores. If you expect to build _e.g._ 5 at once then you 
need 1+5 = 6 cores. The number of documents & size doesn't enter into it, 
except that it affects how long it takes to build each view.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to