Warner Losh wrote:

> Sure, there's a monster bug in the kldload/unload right now where that 
> eats wired memory.  That bug should be fixed.

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.

Cheers,
-Peter
--
Peter Wemm - [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]
"All of this is for nothing if we don't go to the stars" - JMS/B5



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

Reply via email to