RE: java.lang.OutOfMemoryError: unable to create new native thread

2013-03-20 Thread S C
Apparently max user process was set very low on the machine. How to check?ulimit -u Set it to unlimited /etc/security/limits.conf * soft nprocs unlimited* hard nprocs unlimited From: as...@outlook.com To: user@cassandra.apache.org Subject: RE: java.lang.OutOfMemoryError: unable to create new

RE: java.lang.OutOfMemoryError: unable to create new native thread

2013-03-20 Thread Jabbar Azam
unlimited * hard nprocs unlimited -- From: as...@outlook.com To: user@cassandra.apache.org Subject: RE: java.lang.OutOfMemoryError: unable to create new native thread Date: Fri, 15 Mar 2013 18:57:05 -0500 I think I figured out where the issue is. I will keep you

RE: java.lang.OutOfMemoryError: unable to create new native thread

2013-03-15 Thread S C
I think I figured out where the issue is. I will keep you posted soon. From: as...@outlook.com To: user@cassandra.apache.org Subject: java.lang.OutOfMemoryError: unable to create new native thread Date: Fri, 15 Mar 2013 17:54:25 -0500 I have a Cassandra node that is going down frequently with

Re: java.lang.OutOfMemoryError: unable to create new native thread

2012-06-25 Thread Jake Luciani
This means you need to raise the nproc limit for the user you run cassandra with On Mon, Jun 25, 2012 at 8:48 AM, Oli Schacher cassan...@lists.wgwh.chwrote: Hi list I have a small cassandra cluster consisting of three nodes. Every few weeks the whole cluster goes down at the same time. All

Re: java.lang.OutOfMemoryError: unable to create new native thread

2012-06-25 Thread Oli Schacher
On Mon, 25 Jun 2012 09:31:18 -0400 Jake Luciani jak...@gmail.com wrote: This means you need to raise the nproc limit for the user you run cassandra with Centos 6 apparently introduced a default nproc limit of 1024. I raised this for the cassandra user now and hope the crashes are gone.