Skip to content

Commit

Permalink
Merge pull request #234 from cyphar/fix-pids-description
Browse files Browse the repository at this point in the history
config: linux: update description of PidsLimit
  • Loading branch information
crosbymichael committed Nov 2, 2015
2 parents ab4acc0 + 9b19cd2 commit c979a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime_config_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ type CPU struct {

// Pids for Linux cgroup 'pids' resource management (Linux 4.3)
type Pids struct {
// Maximum number of PIDs. A value < 0 implies "no limit".
// Maximum number of PIDs. A value <= 0 indicates "no limit".
Limit int64 `json:"limit"`
}

Expand Down

0 comments on commit c979a0c

Please sign in to comment.