So it is not just Hudson, and you want a full reboot? If it is Linux, as root, record the output of:
ls -l /proc/*/fd ls -efwww See the per-process open file descriptors limit: ulimit -n The limit includes children, so exec'ed svn subprocesses will be affected by an fd leak in the parent process. I think it unlikely that this is system level issue, as since 2.2 or 2.4 (?) this is dynamic and large. for example: cat /proc/sys/fs/file-max 389262 Handles in use: cat /proc/sys/fs/file-nr 6208 0 389262 Unless the system is near its soft limit, you should be able to resolve the issue by restarting tomcat. Kind regards, Ben. On 13/06/11 04:25, Andrea Aime wrote: > Hi, > Hudson builds are failing because of "too many open files" issues, > both in Geotools and GeoServer and, it seems, also right out of > the svn update. > > I guess a restart is in order? Thought it would be good to first > grab a list of what files are kept open for debugging purposes > > Cheers > Andrea > -- Ben Caradoc-Davies <[email protected]> Software Engineering Team Leader CSIRO Earth Science and Resource Engineering Australian Resources Research Centre ------------------------------------------------------------------------------ EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
