Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
atlas
athena
Commits
e6cf96e8
Verified
Commit
e6cf96e8
authored
Sep 03, 2021
by
Tadej Novak
Browse files
Add a helper postInclude to disable file size limit
parent
fc38893b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Tools/PyJobTransforms/share/DisableFileSizeLimit.py
0 → 100644
View file @
e6cf96e8
# 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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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