Skip to content

Commit

Permalink
Common: Make sure supervisord has correct ulimit
Browse files Browse the repository at this point in the history
  • Loading branch information
siyangy authored and ycool committed Aug 29, 2018
1 parent 20a7260 commit 7081d5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

cd "${DIR}/.."

# Make sure supervisord has correct coredump file limit.
ulimit -c unlimited

source "${DIR}/apollo_base.sh"

function start() {
Expand Down

0 comments on commit 7081d5e

Please sign in to comment.