Riak 0.11.0 hanging on OSX 10.6

2010-07-18 Thread Shane Holloway
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

Re: Riak 0.11.0 hanging on OSX 10.6

2010-07-19 Thread Shane Holloway
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

Riak in non-daemon mode

2010-07-29 Thread Shane Holloway
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