Details
Description
In our start-script we have configured "ulimit -n 10000"
But still, occassionally we get http error 500 "java.io.FileNotFoundException ... (Too many open files)" on a Maven-artifact-request.
I suppose the files are not properly closed after they are delivered.