Skip to content

Commit

Permalink
Merge pull request #23846 from davidlange6/rawsimcomp
Browse files Browse the repository at this point in the history
reduce compression in rawsim to help premix job speed with minimal change in file size
  • Loading branch information
cmsbuild committed Jul 19, 2018
2 parents 36bfed3 + 2d7e50f commit a3273b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration/EventContent/python/EventContent_cff.py
Original file line number Diff line number Diff line change
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 a3273b5

Please sign in to comment.