17755: Merge branch 'main' into 17755-add-singularity-to-compute-image
[arvados.git] / lib / config / config.default.yml
index ec32613905f8ad9b40bde6820199413f5d30fe0d..ff48d48f411e025a9dcefd30dea47219699441fa 100644 (file)
@@ -1026,7 +1026,12 @@ Clusters:
       LSF:
         # Additional arguments to bsub when submitting Arvados
         # containers as LSF jobs.
-        BsubArgumentsList: []
+        #
+        # Note that the default arguments cause LSF to write two files
+        # in /tmp on the compute node each time an Arvados container
+        # runs. Ensure you have something in place to delete old files
+        # from /tmp, or adjust these arguments accordingly.
+        BsubArgumentsList: ["-o", "/tmp/crunch-run.%J.out", "-e", "/tmp/crunch-run.%J.err"]
 
         # Use sudo to switch to this user account when submitting LSF
         # jobs.