Does RiakKV require a lot of memory?

2017-03-26 Thread wakuda_tsutomu
Hello. The following problem occurred, Please give me on solution. (Problem) I registered a 10mb to 1000mb file. Then RiakKV hung up when the batch program was accessing files from 100 MB to 600 MB. RiakKV hung up due to insufficient memory. (Question) 1.The problem that occurred this time is

Re: Does RiakKV require a lot of memory?

2017-03-27 Thread Luke Bakken
Hi Tsutomu, You should only use objects up to a maximum of 1MiB in size with Riak KV. If you wish to store larger objects or files, please use Riak CS. -- Luke Bakken Engineer lbak...@basho.com On Sun, Mar 26, 2017 at 5:38 PM, wrote: > Hello. > > The following problem occurred, Please give me

Re: Does RiakKV require a lot of memory?

2017-03-27 Thread Alexander Sicular
Also, when using default setting Riak will write three copies of your data to your cluster - even if you only have a cluster of one machine. -Alexander @siculars http://siculars.posthaven.com Sent from my iRotaryPhone > On Mar 27, 2017, at 11:25, Luke Bakken wrote: > > Hi Tsutomu, > > Yo