Re: Riak2.1.1/java.lang.OutOfMemoryError

2015-06-03 Thread Luke Bakken
Hi Robert, You have leveldb set to use 90% of available RAM, and the JVM to use up to 22GB heap, but your machines only have 30GB RAM in total. At some point during your load cycle, you are guaranteed to start exhausting RAM, just as you're seeing. Reduce leveldb to 50 percent (15GB), give the JVM

Riak2.1.1/java.lang.OutOfMemoryError

2015-06-02 Thread Robert Latko
Hi all, I am new to the list and have been playing around with Riak over the last couple of months. I've come up on a client project to evaluate an alternative DB to their MS SQL server for a specific issue they are having. I am having some big problems with Riak... so any guidance, help, a