mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
remove tasksmax, people on newer kernels can add it themselves
Signed-off-by: Jessica Frazelle <acidburn@docker.com>
(cherry picked from commit 6241250824
)
From PR #20167
This commit is contained in:
parent
bba374fae5
commit
14c2baad6e
1 changed files with 0 additions and 1 deletions
|
@ -11,7 +11,6 @@ MountFlags=slave
|
||||||
LimitNOFILE=1048576
|
LimitNOFILE=1048576
|
||||||
LimitNPROC=1048576
|
LimitNPROC=1048576
|
||||||
LimitCORE=infinity
|
LimitCORE=infinity
|
||||||
TasksMax=1048576
|
|
||||||
TimeoutStartSec=0
|
TimeoutStartSec=0
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
Loading…
Reference in a new issue