[asterisk-users] asterisk freeze due to "too many open file"
error
Henry J. Cobb
hcobb at io.com
Thu Feb 15 11:03:00 MST 2007
> If the system is "running away" then I'd suggest looking deeper into it -
> is it opening a file and never closing it again, etc. Hard to track down
> unless you have a good knowlege of what's running, etc.
If you think it might be asterisk itself, then check which files it has open.
lsof -p `ps h -C asterisk -o pid | head -1`
-HJC
More information about the asterisk-users
mailing list