This is similar to this question about Java 1.6. As the OP of that question, I have a Solaris on a SPARC v9 architecture (physical SUN Fire V445): Calling java from the latest Oracle-distributed Java 8 for SPARC 64-bit gets me this: Looking at libjvm.so more closely, not only unsetenv is missing: I assume that the timedwait semaphore should be
Tag: solaris
Too many open file handles
I’m working on a huge legacy Java application, with a lot of handwritten stuff, which nowadays you’d let a framework handle. The problem I’m facing right now is that we are running out of file handles on our Solaris Server. I’d like to know what’s the best way to track open file handles? Where to look at and what can