ATLAS Offline Software
DisableFileSizeLimit.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
2 #
3 # Disable file size limit for POOL files
4 
5 from AthenaCommon.AppMgr import ServiceMgr
6 if hasattr(ServiceMgr, "AthenaPoolCnvSvc"):
7  ServiceMgr.AthenaPoolCnvSvc.MaxFileSizes = ["150000000000"] # set to 150 GB