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


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

--

Legend:

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

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