-F

Sets a per-process (soft) file size limit for each of the processes that belong to the job.

Categories

limit

Synopsis

bsub -F file_limit

Description

For more information, see getrlimit(2). The limit is specified in KB.

If a job process attempts to write to a file that exceeds the file size limit, then that process is sent a SIGXFSZ signal. The SIGXFSZ signal normally terminates the process.