mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 15:32:25 +00:00
terminal_echo.run: Adjust timer quota
This commit is contained in:
parent
4f9be09643
commit
64a9a53c98
@ -55,7 +55,7 @@ append_if [have_spec ps2] config {
|
|||||||
|
|
||||||
append config {
|
append config {
|
||||||
<start name="timer">
|
<start name="timer">
|
||||||
<resource name="RAM" quantum="512K"/>
|
<resource name="RAM" quantum="1M"/>
|
||||||
<provides><service name="Timer"/></provides>
|
<provides><service name="Timer"/></provides>
|
||||||
</start>
|
</start>
|
||||||
<start name="terminal">
|
<start name="terminal">
|
||||||
|
Loading…
Reference in New Issue
Block a user