Re: file descriptors and threads differing

2017-05-12 Thread Satya Marivada
We have the same ulimits in both cases. /proc/2/fd: lr-x-- 1 Dgisse pg014921_gisse 64 May 12 09:52 124 -> /sanfs/mnt/vol01/solr/solr-6.3.0/contrib/extraction/lib/apache-mime4j-core-0.7.2.jar lr-x-- 1 Dgisse pg014921_gisse 64 May 12 09:52 125 -> /sanfs/mnt/vol01/solr/solr-6.3.0/contrib/

Re: file descriptors and threads differing

2017-05-12 Thread Erick Erickson
Check the system settings with ulimit. Differing numbers of user processes or open files can cause things like this to be different on different boxes. Can't speak to the Java version. Best, Erick On Fri, May 12, 2017 at 11:56 AM, Satya Marivada wrote: > Hi All, > > We have a weird problem, wi