mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #10598 from lsm5/core-file-size
no limit on core size
This commit is contained in:
commit
9944f8b954
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ ExecStart=/usr/bin/docker -d -H fd://
|
|||
MountFlags=slave
|
||||
LimitNOFILE=1048576
|
||||
LimitNPROC=1048576
|
||||
LimitCORE=infinity
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
Loading…
Add table
Reference in a new issue