>
> * soft nprocs 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 -0
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
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
On Mon, 25 Jun 2012 09:31:18 -0400
Jake Luciani 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.
Thanks a lot for yo
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 wrote:
> 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 nodes show:
>
> java.