Skip to content

Commit

Permalink
fix(core): disabling dumping cores
Browse files Browse the repository at this point in the history
Signed-off-by: Vitta <vitta@mayadata.io>
  • Loading branch information
vishnuitta authored and kmova committed Jan 3, 2020
1 parent baac58e commit 6d5146b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker/entrypoint-poolimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ echo "reference: " $0
if [ -z "$LOGLEVEL" ]; then
LOGLEVEL=info
fi

# Disabling coredumps by default in the shell where zrepl runs
ulimit -c 0
# Being ulimit shell specific, ulimit -c in container shows as unlimited

echo "sleeping for 2 sec"
sleep 2
ARCH=$(uname -m)
Expand Down

0 comments on commit 6d5146b

Please sign in to comment.