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

Merge branch 'filesize-mc16a' into '21.0-mc16a'

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

See merge request atlas/athena!46571
parents 28a551ea 52d0cdf2
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