1
0
Fork 0

example.container: Add accounting.memory example

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

View file

@ -66,6 +66,11 @@
"cpus": "0-3,11-15",
"mems": "0,1"
}
},
"memory": {
"limit": "16g",
"reservation": "512m",
"swap": "20g"
}
}
}