Re: [PATCH RFC]: Bus_dma eats all available memory

From: Scott Long <scottl_at_samsco.org>
Date: Thu, 25 Jun 2009 12:30:27 -0600
Piotr Ziêcik wrote:
> Hi
> 
> While working on new driver for FreeBSD I have found a problem in bus_dma 
> subsystem. Every time when bus_dmamap_create() is called on bus_dma tag
> using bounce zone, at least 1 page in bounce zone is allocated. This causes 
> eating of all avaible memory by bounce zone. Problem affects i386, amd64 and 
> arm.

The code block that you point at can only be entered if the maxpages 
limit has not been reached.  However, the max limit is per zone, not
global, and there's no easy way to make it be global.  Are you creating
an excessive number of tags/zones?

Scott
Received on Thu Jun 25 2009 - 16:30:37 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:50 UTC