From e17fc513134169b8be38e3c658cdd25b1c6b1c10 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 23 Nov 2017 16:13:27 +0100 Subject: Disable coredumps in the container All they do is block when crashing --- docker/bashrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docker/bashrc') diff --git a/docker/bashrc b/docker/bashrc index f6fe31bb..68232f48 100644 --- a/docker/bashrc +++ b/docker/bashrc @@ -1,3 +1,6 @@ +#Disable coredumps +ulimit -c 0 + sudo saslauthd -a pam & sudo /usr/libexec/cyrus-imapd/master -d -- cgit v1.2.3