Skip to content

Commit

Permalink
Update task.py
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar authored Dec 13, 2024
1 parent 0405411 commit 273aaf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crab/short-matrix1/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
config.JobType.psetName = "pset.py"
config.JobType.pluginName = "PrivateMC"
config.JobType.maxJobRuntimeMin = 600
config.JobType.maxMemoryMB = 4000
config.JobType.numCores = 2
config.JobType.maxMemoryMB = 8000
config.JobType.numCores = 4
config.JobType.allowUndistributedCMSSW = True
config.JobType.scriptExe = "run.sh"
config.JobType.disableAutomaticOutputCollection = True
Expand Down

0 comments on commit 273aaf1

Please sign in to comment.