Rob Meades wrote: 
> If it does occur, I'll try "lsof -a -p <pid>" to see what's being left
> open.

The process of opening files and not closing them is probably
incremental and not happen in one burst. so it would be better if you
took a number of "snapshots" of the output of the "lsof" command to see
what changes over time and to see what files are being opened and left
open.  The issue may show up well before it is "too many file open"
error is actually logged as the max file limit quit large see "cat
/proc/<pid>/limits for actual value but typically soft limit is 1024 but
it could be changed.


------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=107537

_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to