Riak 1.4.2 crashing

2014-03-01 Thread Bryan Hughes
Howdy, I am having a problem with Riak crashing (note, this not in production) with "maximum number of file descriptors exhausted'. The problem is, I have my file descriptors bumped pretty high. I am on a Mac with 10.9.2, with 16 GB of memory. launchctl limit cpu unlimited u

Re: Riak 1.4.2 crashing

2014-03-01 Thread Matthew Von-Maszewski
Do you have active entropy enabled: {anti_entropy, {on, []}} in app.config file ? If so, please check file count there also: {anti_entropy_data_dir, … Matthew On Mar 1, 2014, at 1:54 PM, Bryan Hughes wrote: > Howdy, > > I am having a problem with Riak crashing (note, this not in productio

Re: Riak 1.4.2 crashing

2014-03-01 Thread Bryan Hughes
Hi Matthew, It is on. Here is the file count: bryan@yetitron:/opt/riak-1.4.2$ ls data/anti_entropy/*/* | wc -l 1484 Also note, this was happening when I was running our eunit test suite. After taking a break I reran the tests and it is no longer crashing. Cheers, Bryan On 3/1/14, 11:16

Use case( Stock Trading ? )

2014-03-01 Thread Mohan Radhakrishnan
Hi, I am a new user. I have looked at the webinar list. Is there a usecase related to trading applications ? Something I can deploy on a local laptop or a free cloud to check out. Can Riak be used in combination with Play(I use this) for this type of usecase ? Thanks, Mohan __