Skip to content

Add a helper postInclude to disable file size limit

Tadej Novak requested to merge tadej/athena:filesize into 22.0-mc20

Add a helper postInclude to disable file size limit in production. The motivation are overlay+trigger+reco jobs which can run just fine with 10k events/job but hit the file size limit for the temporary files. As it seems to be impossible to just disable the limit, this file sets it to 150 GB.

/cc @elmsheus @emoyse @pberta @rmazini @jchapman @gemmeren

Merge request reports