mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 23:42:32 +00:00
noux_net_netcat.run: increase usb_drv quota
Use quota large enough so that the USB driver does not attempt to request further memory. On the Raspberry Pi, init has no slack memory to respond to such a request.
This commit is contained in:
parent
0efd89f12b
commit
11a4e7888d
@ -117,7 +117,7 @@ append_if [have_spec gpio] config {
|
||||
|
||||
append_if $use_usb_driver config {
|
||||
<start name="usb_drv">
|
||||
<resource name="RAM" quantum="12M"/>
|
||||
<resource name="RAM" quantum="14M"/>
|
||||
<provides>
|
||||
<service name="Nic"/>
|
||||
<service name="Input"/>
|
||||
|
Loading…
Reference in New Issue
Block a user