Re: Official Basho Package Repositories Now Available

2012-10-16 Thread Eli Janssen
from the post: package=basho-release-6-1.noarch.rpm && wget http://yum.basho.com/gpg/$package -O /tmp/$package && sudo rpm -ivh /tmp/$package That can be simplified to: sudo rpm -ivh http://yum.basho.com/gpg/basho-release-6-1.noarch.rpm ps. Thanks for this! On Oct 16, 2012, at 2:47 P

Re: Riak performance problems when LevelDB database grows beyond 16GB

2012-10-15 Thread Eli Janssen
Anything in the system logs or dmesg? With vm.swappiness set to the defaults, the oom-killer could be doing its job a bit too well. On Oct 15, 2012, at 12:10 PM, jan.evangeli...@seznam.cz wrote: > Hi Evan, > > regarding the swappiness and disk scheduling: these were set to default, I > will c