-
Notifications
You must be signed in to change notification settings - Fork 257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
init: ram quota as start-node attribute #5448
Comments
nfeske
added a commit
that referenced
this issue
Feb 11, 2025
This patch allows for the assignment of RAM to a start node via a new 'ram' attribute as an alternative to traditional '<resource name="RAM">' nodes. This makes configurations more concise. It also adds support for defining a configuration-global default RAM quota, following the existing pattern of the default caps definition, e.g. the following <default> node alleviates the need to repeatedly state reasonable 'ram' and 'caps' values in each single start node. <default caps="100" ram="1M"/> Fixes #5448
nfeske
added a commit
that referenced
this issue
Feb 11, 2025
nfeske
added a commit
to genodelabs/genode-allwinner
that referenced
this issue
Feb 11, 2025
nfeske
added a commit
to genodelabs/genode-imx
that referenced
this issue
Feb 11, 2025
nfeske
added a commit
to genodelabs/genode-zynq
that referenced
this issue
Feb 11, 2025
nfeske
added a commit
to genodelabs/genode-rpi
that referenced
this issue
Feb 11, 2025
nfeske
added a commit
to genodelabs/genode-riscv
that referenced
this issue
Feb 11, 2025
Implemented by 1bbda2b. |
chelmuth
added a commit
that referenced
this issue
Feb 12, 2025
nfeske
added a commit
that referenced
this issue
Feb 12, 2025
nfeske
added a commit
that referenced
this issue
Feb 12, 2025
nfeske
added a commit
that referenced
this issue
Feb 12, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In init's configuraton, the assignment of RAM to a component is expressed as follows:
Let's support a new
ram
attribute as a shortcut.This approach is already employed in Sculpt's deploy config. So init should follow suit.
The text was updated successfully, but these errors were encountered: