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> (cherry picked from commit da69663b9ccd72d95ec60007ef707d82a35324fa) Signed-off-by: Eli Uriegas <eli.uriegas@docker.com> Upstream-commit: f93f4525173e3a32d315794344d44bae780de00e Component: packaging
This commit is contained in:
committed by
Eli Uriegas
parent
7ee4f65588
commit
43ccd4737c
@ -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
|
||||
|
||||
Reference in New Issue
Block a user