-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3396 from brancz/ulimit-parse-perf
container/libcontainer: Improve limits file parsing perf
- Loading branch information
Showing
3 changed files
with
78 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Limit Soft Limit Hard Limit Units | ||
Max cpu time unlimited unlimited seconds | ||
Max file size unlimited unlimited bytes | ||
Max data size unlimited unlimited bytes | ||
Max stack size 8388608 unlimited bytes | ||
Max core file size unlimited unlimited bytes | ||
Max resident set unlimited unlimited bytes | ||
Max processes 119958 119958 processes | ||
Max open files 1073741816 1073741816 files | ||
Max locked memory 3932852224 3932852224 bytes | ||
Max address space unlimited unlimited bytes | ||
Max file locks unlimited unlimited locks | ||
Max pending signals 119958 119958 signals | ||
Max msgqueue size 819200 819200 bytes | ||
Max nice priority 0 0 | ||
Max realtime priority 0 0 | ||
Max realtime timeout unlimited unlimited us |