Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
atlas
athena
Commits
52d0cdf2
Verified
Commit
52d0cdf2
authored
Sep 03, 2021
by
Tadej Novak
Browse files
Add a helper postInclude to disable file size limit
parent
28a551ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Tools/PyJobTransforms/share/DisableFileSizeLimit.py
0 → 100644
View file @
52d0cdf2
# 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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment