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

2014-10-19 Thread ashish tapdiya
Hi Vikas, Thanks for the reply. A Ubuntu Trusty update was stopped in between and that caused a resource leak. ~Ashish On Fri, Oct 17, 2014 at 10:07 PM, Vikas Agarwal wrote: > Some other process on the same machine is creating many threads and it is > reaching the machine's limit which is 1024

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

2014-10-17 Thread Vikas Agarwal
Some other process on the same machine is creating many threads and it is reaching the machine's limit which is 1024 by default (check with ulimit -a). This process may be some database which has thread leak (we had similar issue with Cassandra) or your own utility processes running in background.