Re: Riak consumes too much memory

2013-10-24 Thread Dave Martorana
- Original message > From: Matthew Von-Maszewski > Date: 10/18/2013 1:48 PM (GMT-05:00) > To: Dave Martorana > Cc: darren ,riak-users@lists.basho.com > Subject: Re: Riak consumes too much memory > > > Dave, > > flexcache will be a new feature in Riak 2.0. T

Re: Riak consumes too much memory

2013-10-18 Thread Matthew Von-Maszewski
to manage itself? >>> Or does it require human babysitting? >>> >>> >>> Sent from my Verizon Wireless 4G LTE Smartphone >>> >>> >>> >>> ---- Original message ---- >>> From: Matthew Von-Maszewski >>> Date: 10/18/201

Re: Riak consumes too much memory

2013-10-18 Thread Darren Govoni
To: Dave Martorana <d...@flyclops.com> Cc: darren <dar...@ontrenet.com>,riak-users@lists.basho.com Subject: Re: Riak consumes too much memory Dave,

Re: Riak consumes too much memory

2013-10-18 Thread Matthew Von-Maszewski
,riak-users@lists.basho.com > Subject: Re: Riak consumes too much memory > > > Dave, > > flexcache will be a new feature in Riak 2.0. There are some subscribers to > this mailing list that like to download and try things early. I was > directing those subscribers

Re: Riak consumes too much memory

2013-10-18 Thread darren
Subject: Re: Riak consumes too much memory Dave, flexcache will be a new feature in Riak 2.0.  There are some subscribers to this mailing list that like to download and try things early.  I was directing those subscribers to the GitHub branch that contains the work-in-progress code. flexcache is a

Re: Riak consumes too much memory

2013-10-18 Thread Matthew Von-Maszewski
hing and crash. >> >> >> Sent from my Verizon Wireless 4G LTE Smartphone >> >> >> >> Original message ---- >> From: Matthew Von-Maszewski >> Date: 10/17/2013 8:38 PM (GMT-05:00) >> To: ZhouJianhua >> Cc: riak-users@lists.

Re: Riak consumes too much memory

2013-10-18 Thread Dave Martorana
- Original message > From: Matthew Von-Maszewski > Date: 10/17/2013 8:38 PM (GMT-05:00) > To: ZhouJianhua > Cc: riak-users@lists.basho.com > Subject: Re: Riak consumes too much memory > > > Greetings, > > The default config targets 5 servers and 16 to 32G of R

Re: Riak consumes too much memory

2013-10-17 Thread Matthew Von-Maszewski
> From: Matthew Von-Maszewski > Date: 10/17/2013 8:38 PM (GMT-05:00) > To: ZhouJianhua > Cc: riak-users@lists.basho.com > Subject: Re: Riak consumes too much memory > > > Greetings, > > The default config targets 5 servers and 16 to 32G of RAM. Yes,

Re: Riak consumes too much memory

2013-10-17 Thread wjossey
heers, Wes -- View this message in context: http://riak-users.197444.n3.nabble.com/Riak-consumes-too-much-memory-tp4029521p4029526.html Sent from the Riak Users mailing list archive at Nabble.com. ___ riak-users mailing list riak-users@lists.bash

Re: Riak consumes too much memory

2013-10-17 Thread darren
10/17/2013 8:38 PM (GMT-05:00) To: ZhouJianhua Cc: riak-users@lists.basho.com Subject: Re: Riak consumes too much memory Greetings, The default config targets 5 servers and 16 to 32G of RAM.  Yes, the app.config needs some adjustment to achieve happiness for you: - change ring_creation_size

Re: Riak consumes too much memory

2013-10-17 Thread Eric Redmond
How many nodes are you running? You should aim for around 8-16 vnodes per server (must be a power of 2). So if you're running 5 nodes, you should be fine with 4GB since it'll be approx 12 vnodes per. If you're only running on 1 server, you'll be running 64 vnodes on that single server (which is

Re: Riak consumes too much memory

2013-10-17 Thread Matthew Von-Maszewski
Greetings, The default config targets 5 servers and 16 to 32G of RAM. Yes, the app.config needs some adjustment to achieve happiness for you: - change ring_creation_size from 64 to 16 (remove the % from the beginning of the line) - add this line before "{data_root, }" in eleveldb section: "{m

Re: Riak consumes too much memory

2013-10-17 Thread wjossey
h as cache_size). -Wes -- View this message in context: http://riak-users.197444.n3.nabble.com/Riak-consumes-too-much-memory-tp4029521p4029522.html Sent from the Riak Users mailing list archive at Nabble.com. ___ riak-users mailing list riak-users@

Riak consumes too much memory

2013-10-17 Thread ZhouJianhua
Hi I installed riak v1.4.2 on ubuntu12.04(64bit, 4G RAM) with apt-get, run it with default app.conf but change the backend to leveldb, and test it with https://github.com/tpjg/goriakpbc . Just keep putting (key, value) to an bucket, the memory always increasing, and in the end it crashed, as