Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Commit

Permalink
drop ulimit change needed for clawpack
Browse files Browse the repository at this point in the history
  • Loading branch information
bolliger32 committed Sep 10, 2020
1 parent d09de67 commit f751bbb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions worker/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,5 @@ if [[ "$GOOGLE_APPLICATION_CREDENTIALS" ]]; then
gcloud auth activate-service-account --key-file $GOOGLE_APPLICATION_CREDENTIALS;
fi

# needed for CLAWPACK to not throw segfaults sometimes
ulimit -s unlimited

# Run extra commands
$@

0 comments on commit f751bbb

Please sign in to comment.