Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Hardcode memorysize for LCOW container
- Loading branch information
Showing
with
1 addition
and
0 deletions.
-
+1
−0
libcontainerd/client_local_windows.go
|
@@ -362,6 +362,7 @@ func (c *client) createLinux(id string, spec *specs.Spec, runtimeOptions interfa |
|
|
ContainerType: "linux", |
|
|
Owner: defaultOwner, |
|
|
TerminateOnLastHandleClosed: true, |
|
|
MemoryMaximumInMB: 4096, |
|
|
} |
|
|
|
|
|
if lcowConfig.ActualMode == opengcs.ModeActualVhdx { |
|
|