Skip to content

Commit

Permalink
Merge pull request #147 from lsst/tickets/DM-45705
Browse files Browse the repository at this point in the history
DM-45705: increase requestMemory for assembleCoadd and detection to 16GB (was 4-8)
  • Loading branch information
jenimal authored Aug 12, 2024
2 parents c80fa98 + ed042e0 commit b88bab2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bps/resources/HSC/DRP-RC2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pipetask:
fgcmOutputProducts:
requestMemory: 8192
assembleCoadd:
requestMemory: 8192
requestMemory: 16384
jointcal:
requestMemory: 21000
deblend:
Expand Down Expand Up @@ -63,7 +63,7 @@ pipetask:
makeCcdVisitTable:
requestMemory: 10000
detection:
requestMemory: 8000
requestMemory: 16384

# step8 tasks - sasquatch
analyzeObjectTableCore:
Expand Down
2 changes: 2 additions & 0 deletions bps/resources/LSSTCam-imSim/DRP-DP0.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ pipetask:
requestMemory: 8192
assembleCoadd:
requestMemory: 16384
detection:
requestMemory: 16384
deblend:
requestMemory: 16384
measure:
Expand Down
4 changes: 3 additions & 1 deletion bps/resources/LSSTCam-imSim/DRP-test-med-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ pipetask:
measure:
requestMemory: 10000
detection:
requestMemory: 8000
requestMemory: 16384
assembleCoadd:
requestMemory: 16384
transformObjectTable:
requestMemory: 16384
writeObjectTable:
Expand Down

0 comments on commit b88bab2

Please sign in to comment.