4 Replies Latest reply on Jul 2, 2007 6:23 PM by olivier_etienne

    Profller Generates Thousands of Files in 10 minutes

      I have been profiling an application on JBoss 3.2.6 on Solaris 9 using Java 1.4.2_06. The profiler generated about 55,000 files during a ten minute period, and during that time reported thousands of errors saying that the file could not be opened.

      The result was about 54,950 zero sized files.

      I am not sure why the files could not be opened, but I suspect a kernel configuration limitation on the number of open files.

      However, I am puzzled by the number of files. I assume there is one file created per thread. If this is so, are there simply a ridiculous number of threads being created and destroyed, or is the profiler creating new files because it cannot open the ones it has created already ?

      Thanks !

      //Nicholas