Re: AIX platform: Solr goes down with java.lang.OutOfMemoryError with Open JDK 11

2019-02-07 Thread Erick Erickson
Check your ulimit for max processes and max open file handles, those typically are places where things go weird, and the error message isn't always that helpful. Usually we want 65K of each... On Mon, Feb 4, 2019 at 8:25 AM Shawn Heisey wrote: > > On 2/4/2019 5:53 AM, balu...@gmail.com wrote: > >

Re: AIX platform: Solr goes down with java.lang.OutOfMemoryError with Open JDK 11

2019-02-04 Thread Shawn Heisey
On 2/4/2019 5:53 AM, balu...@gmail.com wrote: I am running solr 7.5.0 with Open JDK11 in AIX platform. When i trigger data import operation , solr is going down with below error on AIX platform but, the same thing works in RHEL platform. The same solr 7.5.0 data import operation is success with

AIX platform: Solr goes down with java.lang.OutOfMemoryError with Open JDK 11

2019-02-04 Thread balu...@gmail.com
Hi, I am running solr 7.5.0 with Open JDK11 in AIX platform. When i trigger data import operation , solr is going down with below error on AIX platform but, the same thing works in RHEL platform. The same solr 7.5.0 data import operation is success with JDK8 in same AIX platform. *Error from so