Subject: Re: buffer cache memory management revision
To: Paul Kranenburg <pk@cs.few.eur.nl>
From: Chuck Silvers <chuq@chuq.com>
List: tech-kern
Date: 12/01/2003 09:47:29
another thing to be concerned about is fragmentation of kernel_map.
I wouldn't be surprised if this change increased the number of kernel_map
entries by an order of magnitude typically.  this may not be as much
of a problem now that we're using rbtrees for vm_maps, but it's worth
looking at.

-Chuck