1
0
Fork 0

containerrc: Expand schema to allow memory accounting

Signed-off-by: Enno Tensing <tenno@suij.in>
This commit is contained in:
Enno Tensing 2025-07-30 11:10:48 +02:00
parent a8bf51020d
commit e8d3cd96eb
Signed by: tenno
GPG key ID: 95265603BD36E66C

View file

@ -182,6 +182,20 @@
} }
} }
} }
},
"memory": {
"type": "object",
"properties": {
"limit": {
"type": "string"
},
"reservation": {
"type": "string"
},
"swap": {
"type": "string"
}
}
} }
} }
}, },