Skip to content
Snippets Groups Projects
Commit 37d878ed authored by Adam Edward Barton's avatar Adam Edward Barton :speech_balloon: Committed by Peter Van Gemmeren
Browse files

Merge branch 'master-compression-algorithms-levels' into 'master'

Setting the compression algorithm of RDOs in merging transform (ATEAM-420)

See merge request atlas/athena!8952

(cherry picked from commit b31342d7 [formerly d970740eafd51fe525b4e12de5b14d92174a049f])

d738042c Setting the compression algorithm of RDOs in merging transform (ATEAM-420)

Former-commit-id: 313ddb472667b69435cd8f77a2017a19b87e4c54
parent c023e416
No related branches found
No related tags found
No related merge requests found
File mode changed from 100644 to 100755
......@@ -172,8 +172,8 @@ MessageSvc.OutputLevel = INFO
StreamRDO.ExtendProvenanceRecord = False
ServiceMgr.AthenaPoolCnvSvc.MaxFileSizes = [ "15000000000" ]
ServiceMgr.AthenaPoolCnvSvc.PoolAttributes += [ "DatabaseName = '" + athenaCommonFlags.PoolRDOOutput()+ "'; COMPRESSION_ALGORITHM = '2'" ]
ServiceMgr.AthenaPoolCnvSvc.PoolAttributes += [ "DatabaseName = '" + athenaCommonFlags.PoolRDOOutput()+ "'; COMPRESSION_LEVEL = '1'" ]
ServiceMgr.AthenaPoolCnvSvc.PoolAttributes += [ "DatabaseName = '" + Out + "'; COMPRESSION_ALGORITHM = '2'" ]
ServiceMgr.AthenaPoolCnvSvc.PoolAttributes += [ "DatabaseName = '" + Out + "'; COMPRESSION_LEVEL = '1'" ]
## Post-include
if hasattr(runArgs,"postInclude"):
......
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