mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
system_shell: adjust terminal RAM quota to work in 4k
A system shell that works in a small window stops working when maximized on a 4k screen, because the terminal component runs out of RAM. With the adjusted RAM quotas the system shell works on 4k displays. Issue #5356
This commit is contained in:
committed by
Christian Helmuth
parent
5c75f1efa7
commit
a25d19169b
@@ -1,4 +1,4 @@
|
||||
<runtime ram="76M" caps="1000" binary="init" config="system_shell.config">
|
||||
<runtime ram="108M" caps="1000" binary="init" config="system_shell.config">
|
||||
|
||||
<requires>
|
||||
<gui/>
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
<default caps="100"/>
|
||||
|
||||
<start name="terminal" caps="150">
|
||||
<resource name="RAM" quantum="16M"/>
|
||||
<resource name="RAM" quantum="48M"/>
|
||||
<provides> <service name="Terminal"/> </provides>
|
||||
<config copy="yes" paste="yes">
|
||||
<initial width="800" height="600"/>
|
||||
|
||||
Reference in New Issue
Block a user