Re: Riak ram issues

2014-07-02 Thread Tom Santero
Hi Chriz, Your object sizes are two orders of magnitude too large for Riak to handle, which is why your nodes are running out of memory and crashing. Either limit the size of the objects you're persisting to Riak to be no larger than 2-3 megs, or instead investigate using Riak CS ( http://docs.bas

Riak ram issues

2014-07-02 Thread chriz newbie
Hi all, I have some problems with my Riak cluster. Using a Post on a Node for loading data my memory starts to increase and suddenly after short time riak crashes. My storage backend is leveldb and the post command is curl -i -X POST http://localhost:8098/riak/documents/m1 -H "Content-Type: text/p