no limit on core size
set LimitCORE=infinity to ensure complete core creation, allows extraction of as much information as possible. Thanks to Ulrich Obergfell <uobergfe@redhat.com> and Jeremy Eder <jeder@redhat.com> Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
parent
62ce5de1c1
commit
ae9cdbbde7
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