Re: Recommended riak configuration options for better performance

2014-06-13 Thread Naveen Tamanam
Hi Alex, What precautions should I take when I do MR work with Erlang. On Thu, Jun 5, 2014 at 7:14 PM, Alex Moore wrote: > Hi Naveen, > > You are running out of MR workers, you’ll either have to: > a) Increase the worker limits on the current > nodes (particularly map_js_vm_count and reduce_js

Re: Recommended riak configuration options for better performance

2014-06-05 Thread Alex Moore
Hi Naveen, You are running out of MR workers, you’ll either have to: a) Increase the worker limits on the current nodes (particularly map_js_vm_count and reduce_js_vm_count) b) Add more nodes (and thereby more workers) c) Do less MR work. d) Implement your MapReduce functions in Erlang to avoid t