Skip to content

Commit 52a9bfe

Browse files
committed
Merge pull request cms-sw#2537 from Dr15Jones/reduceRelValThreadsTo4
Reduced the number of threads used for testing from 8 to 4
2 parents b51671d + f6ec254 commit 52a9bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FWCore/Concurrency/python/dropNonMTSafe.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def dropNonMTSafe(process):
2424
_dropFromPaths(process,"SiStripMonitorTrackCommon")
2525
_dropFromPaths(process,"SiStripMonitorTrack_hi")
2626

27-
process.options = cms.untracked.PSet(numberOfThreads = cms.untracked.uint32(8),
27+
process.options = cms.untracked.PSet(numberOfThreads = cms.untracked.uint32(4),
2828
sizeOfStackForThreadsInKB = cms.untracked.uint32(10*1024),
2929
numberOfStreams = cms.untracked.uint32(0))
3030

0 commit comments

Comments
 (0)