Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys



Andrew Doran wrote:
Module Name:    src
Committed By:   ad
Date:           Fri Mar 21 21:53:35 UTC 2008

Modified Files:
        src/sys/kern: kern_descrip.c kern_event.c
        src/sys/sys: event.h eventvar.h file.h filedesc.h
Added Files:
        src/sys/kern: sys_descrip.c

Log Message:
File descriptor changes, discussed on tech-kern:



Hi Andrew,

could it be that this introduced an fd leak? running a kernel of 20080405
with a large bacula backup slowly brought the machine into trouble.
processes where waiting mostly on vm_map and vmstat -m showed
following values for fdfile:

Name Size Requests Fail Releases Pgreq Pgrel Npage Hiwat fdfile 64 10449800 0 18518 165580 4 165576 165576

This is an awful lot of fdfile structures.

Regards,
 Frank



Home | Main Index | Thread Index | Old Index