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
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.