Skip to content
Snippets Groups Projects
Commit 2cc0097f authored by Rachid Mazini's avatar Rachid Mazini
Browse files

Merge branch 'filesize-mc16e' into '21.0'

Add a helper postInclude to disable file size limit (MC16e)

See merge request atlas/athena!46573
parents fc38893b e6cf96e8
No related branches found
No related tags found
No related merge requests found
# Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
#
# Disable file size limit for POOL files
from AthenaCommon.AppMgr import ServiceMgr
if hasattr(ServiceMgr, "AthenaPoolCnvSvc"):
ServiceMgr.AthenaPoolCnvSvc.MaxFileSizes = ["150000000000"] # set to 150 GB
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment