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.

Reply via email to