Skip to content

Commit

Permalink
Merge pull request #23899 from fabiocos/fc-back23846
Browse files Browse the repository at this point in the history
Backport to 10_2_X of compressionLevel tuning for RAWSIM, PR #23846
  • Loading branch information
cmsbuild committed Aug 2, 2018
2 parents c1d8bd2 + c325f79 commit 8716d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration/EventContent/python/EventContent_cff.py
Expand Up @@ -201,7 +201,7 @@
splitLevel = cms.untracked.int32(0),
eventAutoFlushCompressedSize=cms.untracked.int32(20*1024*1024),
compressionAlgorithm=cms.untracked.string("LZMA"),
compressionLevel=cms.untracked.int32(9)
compressionLevel=cms.untracked.int32(1)
)
#
#
Expand Down

0 comments on commit 8716d93

Please sign in to comment.