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