[Haskell-cafe] "too many open files" using snap

Brandon Allbery allbery.b at gmail.com
Sun Jan 8 15:56:38 CET 2012


On Sun, Jan 8, 2012 at 09:50, Felipe Almeida Lessa
<felipe.lessa at gmail.com>wrote:

> If you're on Linux, then you may
>
>  $ ls -lah /proc/PID/fd
>
> to see where these open files are pointing to.
>

And on other systems lsof can determine this information.

    $ lsof -p PID

-- 
brandon s allbery                                      allbery.b at gmail.com
wandering unix systems administrator (available)     (412) 475-9364 vm/sms
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20120108/90c69cbc/attachment.htm>


More information about the Haskell-Cafe mailing list