mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-07 11:50:24 +00:00
Allocating and mapping buffers not only consumes RAM quota, it consumes CAP quota as well. Extended the Gpu session to allow for dealing with that on the client side. On a side note, the amount of initial CAP quota needed to establish a connection is increased to cover the current costs of the Intel GPU multiplexer. Issue #4284.