added mem_request

This commit is contained in:
2026-02-14 12:07:10 +01:00
parent 67ba0fe759
commit 6a7737ee1c
3 changed files with 44 additions and 12 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ type Metadata struct {
// ResourceHints describe what the app needs.
type ResourceHints struct {
RAM string `yaml:"ram" json:"ram"`
MemRequest string `yaml:"mem_request" json:"mem_request"`
MemLimit string `yaml:"mem_limit" json:"mem_limit"`
PiCompatible bool `yaml:"pi_compatible" json:"pi_compatible"`
NeedsHDD bool `yaml:"needs_hdd" json:"needs_hdd"`