Re: java.lang.OutOfMemoryError: Java heap space

2016-06-10 Thread Ben Slater
The short-term fix is probably to try increasing heap space (in cassandra-env.sh). 8GB in the most standard but more may help in some circumstances. That said, your logs are pointing to a number of other issues which won’t be helping and probably need to be fixed for long-term stability: - swap

java.lang.OutOfMemoryError: Java heap space

2016-06-10 Thread Tobin Landricombe
Hi, I've been googling various parts of this all day but none of the suggestions seem to fit. I have 2 nodes, one of which is a seed. I'm trying to add a third node but, after a few minutes in the UJ state, the node dies with the above error (http://pastebin.com/iRvYfuAu). Here are the

Re: Interesting use case

2016-06-10 Thread kurt Greaves
woops was obviously tired, what I said clearly doesn't make sense. On 10 June 2016 at 14:52, kurt Greaves wrote: > Sorry, I did mean larger number of rows per partition. > > On 9 June 2016 at 10:12, John Thomas wrote: > >> The example I gave was for

Re: Interesting use case

2016-06-10 Thread kurt Greaves
Sorry, I did mean larger number of rows per partition. On 9 June 2016 at 10:12, John Thomas wrote: > The example I gave was for when N=1, if we need to save more values I > planned to just add more columns. > > On Thu, Jun 9, 2016 at 12:51 AM, kurt Greaves