I noticed that in my logs as well. Something about too many open files at once. Unfortunately, I do not have the exact log file anymore.I've been having crashing issues as well, but it seems to just be an issue with the coin daemon talking to the p2pool.
I knew about the memory leak previously but never experienced the open files error until today. Any error logs in yours vertoe?All well known issues and neither connected to dstorm or chaeplins version.
Memory leak
- https://darkcointalk.org/threads/p2pool-memory-leak.790/
- https://github.com/forrestv/p2pool/issues/48
- https://github.com/forrestv/p2pool/issues/88
Open Files
http://posidev.com/blog/2009/06/04/set-ulimit-parameters-on-ubuntu/I set the limit of open files to some million and never had any issues ever again.
My guess is to help protect against attacks (floods, etc) with basic usage most people only need ~200 connections at once, but that's why they are changeable (on most OS's).Any disadvantage to doing that, why is it coded to have a limit in the first place?