mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-22 16:59:03 +00:00
Adapt usb_drv RAM quota to 12M
All autopilot scripts use 12 or more MiB for the usb_drv and my personal tests never succeeded with less on x86 test machines.
This commit is contained in:
committed by
Norman Feske
parent
dbac453a39
commit
2b1732bdec
@ -29,7 +29,7 @@ can be accessed by a client. The following configuration allows 'comp1' to
|
||||
access the device 'usb-1-6':
|
||||
|
||||
!<start name="usb_drv">
|
||||
! <resource name="RAM" quantum="8M"/>
|
||||
! <resource name="RAM" quantum="12M"/>
|
||||
! <provides><service name="Usb"/></provides>
|
||||
! <config uhci="yes" ohci="yes" ehci="yes" xhci="yes">
|
||||
! <raw>
|
||||
|
Reference in New Issue
Block a user