Maximum value for filesize limit in bsub (over lsf) -


i trying set maximum filesize using bsub -f option. there no manual suggesting max value.

can body please in setting maximum value filesize limit.

as squirrel comments, application specific choice. optional input , think idea here prevent runaway job filling storage space. if job exceeds limit, lsf kill job.

quote documentation:

-f file_limit

sets per-process (soft) file size limit each of processes belong job (see getrlimit(2)). limit specified in kb.

if job process attempts write file exceeds file size limit, process sent sigxfsz signal. sigxfsz signal terminates process.


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -