1
0
Fork 0
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:
Jessie Frazelle 2015-02-09 17:31:40 -08:00
commit 9944f8b954

View file

@ -9,6 +9,7 @@ ExecStart=/usr/bin/docker -d -H fd://
MountFlags=slave
LimitNOFILE=1048576
LimitNPROC=1048576
LimitCORE=infinity
[Install]
WantedBy=multi-user.target