ATLAS Offline Software
Tools
PyJobTransforms
share
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
Generated on Sun Dec 22 2024 21:09:26 for ATLAS Offline Software by
1.8.18