Changes between Version 2 and Version 3 of DespoinaLog/2011/01/17


Ignore:
Timestamp:
2011-01-17T11:18:43+01:00 (14 years ago)
Author:
antonak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DespoinaLog/2011/01/17

    v2 v3  
    33 * http://stackoverflow.com/questions/2272908/java-io-filenotfoundexception-too-many-open-files
    44   * http://stackoverflow.com/questions/2272908/java-io-filenotfoundexception-too-many-open-files
    5      * Additionally the limit of open files can be altered. For example in Linux you can modify the /etc/security/limits.conf file. 
     5     * Additionally the limit of open files can be altered. For example in Linux you can modify the /etc/security/limits.conf file.
     6     * {{{
     7lsof -p <pid of jvm>
     8
     9}}}
     10where pij of jvm : ps -ax: java (for antonak)