mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 16:35:28 +00:00
ACPI: Increase quota of PCI service
Some tests trigger memory exhaustions of the PCI-slave service used by the ACPI-driver.
This commit is contained in:
parent
ff65f6f021
commit
ae88dc233c
@ -202,7 +202,7 @@ int main(int argc, char **argv)
|
||||
/* use 'pci_drv' as slave service */
|
||||
static Rpc_entrypoint pci_ep(&cap, STACK_SIZE, "pci_slave");
|
||||
static Pci_policy pci_policy(pci_ep, ep, irq_ep);
|
||||
static Genode::Slave pci_slave(pci_ep, pci_policy, 512 * 1024);
|
||||
static Genode::Slave pci_slave(pci_ep, pci_policy, 1024 * 1024);
|
||||
|
||||
Genode::sleep_forever();
|
||||
return 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user