example.container: Add accounting.memory example
Signed-off-by: Enno Tensing <tenno@suij.in>
This commit is contained in:
parent
e8d3cd96eb
commit
6767d4e3af
1 changed files with 5 additions and 0 deletions
|
@ -66,6 +66,11 @@
|
||||||
"cpus": "0-3,11-15",
|
"cpus": "0-3,11-15",
|
||||||
"mems": "0,1"
|
"mems": "0,1"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"memory": {
|
||||||
|
"limit": "16g",
|
||||||
|
"reservation": "512m",
|
||||||
|
"swap": "20g"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue