I'm having a bit of a problem with Riak. When I keep my new documents to about
10 per second, Riak works fine. But as I increase my speed to about 100 docs
per second, Riak gets dramatically slow. After a while, the beam process takes
100% of my CPU and no longer responds to ping/stop or any
can check this setting from a riak console by typing:
> os:cmd("ulimit -a").
>
> Thanks,
> Dan
>
> Sent from my iPhone
>
> On Jul 18, 2010, at 10:32 PM, Shane Holloway wrote:
>
>> I'm having a bit of a problem with Riak. When I keep my new docum
What is the best way to run Riak in non-daemon mode, suitable for being
governed by watchdog processes like SupervisorD and DaemonTools? I've heard
that Erlang's stability is probably better than either of these tools, but the
purpose is for a standardized packaging and succinct rollout.
Thank