On Wed, Jul 27, 2011, frantisek holop wrote:
> hi there,
> 
> i have just noticed in /var/log/messages:
> 
> Jul 26 21:57:59 hatvan /bsd: uvm_mapent_alloc: out of static map entries
> Jul 26 22:14:26 hatvan /bsd: uvm_mapent_alloc: out of static map entries
> Jul 26 22:26:38 hatvan /bsd: uvm_mapent_alloc: out of static map entries

The only static map used today is kmem_map, mostly used by malloc but
also the i386 pmap code.  vmstat -m shows the biggest consumer of malloc
is probably acpi and drm, which are probably doing a good job of
fragmenting memory.

The messsage is mostly harmless, just be thankful it's no longer a panic.

Reply via email to