mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Missed a rename
This commit is contained in:
parent
3684b67572
commit
f8fee42181
1 changed files with 2 additions and 2 deletions
|
@ -88,8 +88,8 @@ lxc.cap.drop = audit_control audit_write mac_admin mac_override mknod net_raw se
|
|||
{{if .Config.Memory}}
|
||||
lxc.cgroup.memory.limit_in_bytes = {{.Config.Memory}}
|
||||
lxc.cgroup.memory.soft_limit_in_bytes = {{.Config.Memory}}
|
||||
{{with $ramSwap := getMemorySwap .Config}}
|
||||
lxc.cgroup.memory.memsw.limit_in_bytes = {{$ramSwap}}
|
||||
{{with $memSwap := getMemorySwap .Config}}
|
||||
lxc.cgroup.memory.memsw.limit_in_bytes = {{$memSwap}}
|
||||
{{end}}
|
||||
{{end}}
|
||||
`
|
||||
|
|
Loading…
Add table
Reference in a new issue