to many opened files

jan.grant at bristol.ac.uk jan.grant at bristol.ac.uk
Mon Feb 1 23:04:47 UTC 2010


On Tue, 26 Jan 2010, ???????? ????? wrote:

> I running reindex programm it's reindex about 60 000 000 emails with 
> attachments and else....

> Anybody get this issue? anybody use JAVA on production servers?

If you're seeing different behaviours on different platforms from 
ostensibly the same Java version, this maywell be due to (1) differing GC 
settings, and (2) the program leaking file descriptors. It's an error to 
rely on garbage collection to manage any resource except memory, but it 
does occasionally happen. There are a few tools available that let you 
examine objects on the heap; perhaps your reindexer is failing to properly 
dispose of file objects.

-- 
jan grant, ISYS, University of Bristol. http://www.bris.ac.uk/
Tel +44 (0)117 3317661   http://ioctl.org/jan/
I'm the dandy information superhighwayman.


More information about the freebsd-java mailing list