RE: [EXT] Re: java.lang.OutOfMemoryError: unable to create new native thread

2017-11-14 Thread Peter Wicks (pwicks)
[mailto:joe.w...@gmail.com] Sent: Wednesday, November 15, 2017 11:49 To: users@nifi.apache.org Subject: [EXT] Re: java.lang.OutOfMemoryError: unable to create new native thread You’ll want to get thread dumps during the life of nifi to figure out the pattern of what is leaking threads. Often

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

2017-11-14 Thread Joe Witt
(pwicks) <pwi...@micron.com> wrote: > I’ve been getting the error: > > > > 2017-11-15 09:22:24,959 ERROR [NiFi Web Server-566674] org.apache.nifi.NiFi > > java.lang.OutOfMemoryError: unable to create new native thread > > at java

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

2017-11-14 Thread Peter Wicks (pwicks)
I've been getting the error: 2017-11-15 09:22:24,959 ERROR [NiFi Web Server-566674] org.apache.nifi.NiFi java.lang.OutOfMemoryError: unable to create new native thread at java.lang.Thread.start0(Native Method) at java.lang.Thread.start(Thread.java:714