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:
Norman Feske 2016-07-05 12:29:31 +02:00
parent 0efd89f12b
commit 11a4e7888d
1 changed files with 1 additions and 1 deletions

View File

@ -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"/>