We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b51671d + f6ec254 commit 52a9bfeCopy full SHA for 52a9bfe
FWCore/Concurrency/python/dropNonMTSafe.py
@@ -24,7 +24,7 @@ def dropNonMTSafe(process):
24
_dropFromPaths(process,"SiStripMonitorTrackCommon")
25
_dropFromPaths(process,"SiStripMonitorTrack_hi")
26
27
- process.options = cms.untracked.PSet(numberOfThreads = cms.untracked.uint32(8),
+ process.options = cms.untracked.PSet(numberOfThreads = cms.untracked.uint32(4),
28
sizeOfStackForThreadsInKB = cms.untracked.uint32(10*1024),
29
numberOfStreams = cms.untracked.uint32(0))
30
0 commit comments