Slot: memory
The minimum amount of memory required. The value is given in binary units (Ki = Kibibytes, Mi = Mebibytes, Gi = Gibibytes). This is defined by the application developer. After deployment of the application, the device MUST provide this amount of memory for the application.
URI: https://specification.margo.org/data-model/memory
Alias: memory
Applicable Classes
| Name |
Description |
Modifies Slot |
| Resources |
Required resources element specifying the resources required to install the a... |
no |
Properties
Type and Range
Cardinality and Requirements
| Property |
Value |
| ### Value Constraints |
|
| Property |
Value |
| Regex Pattern |
^[0-9]+(Mi|Gi|Ki)$ |
LinkML Source
name: memory
description: The minimum amount of memory required. The value is given in binary units
(`Ki` = Kibibytes, `Mi` = Mebibytes, `Gi` = Gibibytes). This is defined by the application
developer. After deployment of the application, the device MUST provide this amount
of memory for the application.
from_schema: https://specification.margo.org/data-model
alias: memory
domain_of:
- Resources
range: string
required: false
pattern: ^[0-9]+(Mi|Gi|Ki)$