mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
Increase RAM quota of ACPI driver to 4M
On some machines, more than 3 MiB are needed. This finally equalizes all occurences of RAM quotas with drivers_managed. Fixes #3443
This commit is contained in:
committed by
Christian Helmuth
parent
53a83fb76e
commit
193a401097
@@ -194,7 +194,7 @@ proc platform_drv_config {} {
|
||||
<config acpi_ready="yes" act_as_acpi_drv="yes" report="yes"/>}
|
||||
} else {
|
||||
append drv_config {
|
||||
<resource name="RAM" quantum="3M"/>}
|
||||
<resource name="RAM" quantum="4M"/>}
|
||||
}
|
||||
|
||||
append drv_config {
|
||||
|
||||
Reference in New Issue
Block a user