mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01: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:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user