There was an error while loading. Please reload this page.
1 parent 3792d2d commit 6806153Copy full SHA for 6806153
1 file changed
DATA/production/configurations/asyncReco/setenv_extra.sh
@@ -5,8 +5,10 @@
5
6
export SETENV_NO_ULIMIT=1
7
8
-# to avoid memory issues
9
-export DPL_DEFAULT_PIPELINE_LENGTH=16
+# to avoid memory issues - we don't do this on the EPNs, since it can affect the performance
+if [[ $ALIEN_JDL_USEGPUS != 1 ]]; then
10
+ export DPL_DEFAULT_PIPELINE_LENGTH=16
11
+fi
12
13
# detector list
14
if [[ -n $ALIEN_JDL_WORKFLOWDETECTORS ]]; then
0 commit comments