Changes between Version 2 and Version 3 of DespoinaLog/2011/01/17
- Timestamp:
- 2011-01-17T11:18:43+01:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DespoinaLog/2011/01/17
v2 v3 3 3 * http://stackoverflow.com/questions/2272908/java-io-filenotfoundexception-too-many-open-files 4 4 * 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 * {{{ 7 lsof -p <pid of jvm> 8 9 }}} 10 where pij of jvm : ps -ax: java (for antonak)