Skip to content

Commit

Permalink
Merge pull request #13281 from davidlange6/fevtdebugSize
Browse files Browse the repository at this point in the history
increase eventAutoFlushCompressedSize for FEVTDEBUGHLT
  • Loading branch information
davidlange6 committed Feb 15, 2016
2 parents d4c91a7 + ca050b7 commit 4873653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration/EventContent/python/EventContent_cff.py
Expand Up @@ -303,7 +303,7 @@
FEVTDEBUGHLTEventContent = cms.PSet(
outputCommands = cms.untracked.vstring('drop *'),
splitLevel = cms.untracked.int32(0),
eventAutoFlushCompressedSize=cms.untracked.int32(1*1024*1024)
eventAutoFlushCompressedSize=cms.untracked.int32(10*1024*1024)
)

#
Expand Down

0 comments on commit 4873653

Please sign in to comment.