Hello, I'm following up on my issue. The problem just repeated. After the last problem I raised the FD limit for the dspace user (which tomcat runs under):
as dspace user: $ ulimit -n 4096 # ulimit -n 1024 When the problem occurred today, I had these numbers of open FDs: # lsof -p 21410 | wc -l 1224 # ls -l /proc/21410/fd/ | wc -l 1024 So obviously the 1024 open FD limit is an issue, but if it's not the limit for the dspace user, which one could it be? As another countermeasure, I raised the FD limit in /etc/security/limits.conf for all users instead just for the dspace user: * hard nofile 4096 * soft nofile 4096 root hard nofile 4096 root soft nofile 4096 Any suggestions what could still be wrong? Regards, ~~helix84 ------------------------------------------------------------------------------ Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructure or vast IT resources to deliver seamless, secure access to virtual desktops. With this all-in-one solution, easily deploy virtual desktops for less than the cost of PCs and save 60% on VDI infrastructure costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

