Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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