In message <[EMAIL PROTECTED]> Peter Wemm writes:
: There is?  There is a well-known leak for preload stuff - the pages
: are not (yet) reclaimed after unload.  We have the infrastructure to
: do that now.  See vm_page_t vm_add_new_page(vm_offset_t pa);
: This can be used to reclaim the space consumed by preloaded files.

Maybe it was something a driver of mine did then, since in 4.0-stable
I have observed that multiple load/unload of the driver caused a
memory leak that was about the same size as the text/data sections of
the driver.  Maybe I had a leak in my code instead...

Warner


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to