You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by Apache Wiki <wi...@apache.org> on 2012/01/28 15:46:51 UTC

[Couchdb Wiki] Update of "Performance" by RobertNewson

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.

The "Performance" page has been changed by RobertNewson:
http://wiki.apache.org/couchdb/Performance?action=diff&rev1=15&rev2=16

Comment:
--stack-size is not a valid option, it's -S

  
  {{{
  [query_servers]
- javascript = /usr/local/bin/couchjs --stack-size 81920 /usr/local/share/couchdb/server/main.js
+ javascript = /usr/local/bin/couchjs -S 81920 /usr/local/share/couchdb/server/main.js
  }}}
  
  The example above shows a sample configuration which raises the stack size to 80kB from the default of 8kB.