mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-25 13:28:28 +00:00
usb_session: increase default ram quota
The new usb_host driver for PC by default needs more RAM quota in contrast to the old one. To minor warnings and repeated attempts to open a USB session from a client, this commit increases the default RAM quota by one page. Ref genodelabs/genode#4416
This commit is contained in:
parent
3c07bf4e86
commit
a04d0b9a0f
@ -35,7 +35,7 @@ struct Usb::Connection : Genode::Connection<Session>, Session_client
|
||||
Genode::Connection<Session>(env,
|
||||
session(env.parent(),
|
||||
"ram_quota=%ld, cap_quota=%ld, tx_buf_size=%ld, label=\"%s\"",
|
||||
3 * 4096 + tx_buf_size, CAP_QUOTA, tx_buf_size, label)),
|
||||
4 * 4096 + tx_buf_size, CAP_QUOTA, tx_buf_size, label)),
|
||||
Session_client(cap(), *tx_block_alloc, env.rm(), sigh_state_changed)
|
||||
{ }
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user