RE: [Patch] Increase USBFS Bulk Transfer size

From: Alan Stern
Date: Mon Nov 07 2011 - 14:55:33 EST


On Mon, 7 Nov 2011, Tim Vlaar wrote:

> Hi Sarah,
>
> One of our cameras can produce 60MB images. We usually queue up 10
> images. In Windows we have had customers queue up 100s of images at
> 2-3MB/image, but not at 60MB at a time ... yet. That could easily
> amount to 60x10 = 600MB of in flight data or more. Should there be a
> limit as long as there is memory available?

This is debatable. There are limits on how much memory a single
process can allocate, but those limits don't apply to usbfs. Even the
patch Sarah referred to doesn't impose a per-process limit, but rather
an overall global limit.

If we make the usbfs limit adjustable, one of the settings could be "no
limit". Then nothing would prevent you from using up more and more
memory for your USB transfers until the machine runs out. :-)

Alan Stern

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/