Skip to content

Can't set memory/swap limit higher than 2GB. #3

@getvictor

Description

@getvictor

The following ContainerConfig options:

@JsonProperty("Memory")       private int    memoryLimit;
@JsonProperty("MemorySwap")   private int    memorySwap;

should be long. Otherwise we can't set them to higher than 2,147,483,647 (2GB)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions