From f751bbb4f2c00013f0dba618730bd67dc97a251b Mon Sep 17 00:00:00 2001 From: Ian Bolliger Date: Wed, 9 Sep 2020 18:10:47 -0700 Subject: [PATCH] drop ulimit change needed for clawpack --- worker/prepare.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/worker/prepare.sh b/worker/prepare.sh index 70acb9e..90ebc0e 100644 --- a/worker/prepare.sh +++ b/worker/prepare.sh @@ -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 $@