зеркало из https://github.com/microsoft/docker.git
Windows: Added support for memory limit
Signed-off-by: Darren Stahl <darst@microsoft.com>
This commit is contained in:
Родитель
30bbf184e9
Коммит
12fe27a408
|
@ -176,8 +176,8 @@ func (daemon *Daemon) createSpec(c *container.Container) (*libcontainerd.Spec, e
|
|||
Shares: &cpuShares,
|
||||
},
|
||||
Memory: &windowsoci.Memory{
|
||||
//TODO Limit: ...,
|
||||
//TODO Reservation: ...,
|
||||
Limit: &c.HostConfig.Memory,
|
||||
//TODO Reservation: ...,
|
||||
},
|
||||
Network: &windowsoci.Network{
|
||||
//TODO Bandwidth: ...,
|
||||
|
|
Загрузка…
Ссылка в новой задаче