Skip to content

ULimit support LONG #1088

@jxc6698

Description

@jxc6698

DockerUlimit.java

public class DockerUlimit {

    @JsonProperty("Name")
    private String  name;

    @JsonProperty("Soft")
    private Integer soft;

    @JsonProperty("Hard")
    private Integer hard;

the type of soft/hard should be LONG

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions