diff --git a/containerrc.json b/containerrc.json index 9de93a0..ff8e038 100644 --- a/containerrc.json +++ b/containerrc.json @@ -182,6 +182,20 @@ } } } + }, + "memory": { + "type": "object", + "properties": { + "limit": { + "type": "string" + }, + "reservation": { + "type": "string" + }, + "swap": { + "type": "string" + } + } } } },