systemd: no limit on core size

set LimitCORE=infinity to ensure complete core creation,
allows extraction of as much information as possible.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2018-08-31 12:43:32 +02:00
parent ffc5810932
commit ef9ee10914
1 changed files with 2 additions and 0 deletions

View File

@ -17,5 +17,7 @@ Restart=always
# /opt/containerd/bin is in front so dockerd grabs the correct runc binary
Environment="PATH=/opt/containerd/bin:/sbin:/usr/bin:/usr/local/bin:$PATH"
LimitCORE=infinity
[Install]
WantedBy=multi-user.target