Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-44589: Increase requestMemory for six pipetasks in DC2, RC2 bps resources #126

Merged
merged 1 commit into from
Jun 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 19 additions & 3 deletions bps/resources/HSC/DRP-RC2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,13 @@ pipetask:
healSparsePropertyMaps:
requestMemory: 30000
getTemplate:
requestMemory: 5400
requestMemory: 8000
subtractImages:
requestMemory: 8000
detectAndMeasureDiaSources:
requestMemory: 8000
transformDiaSourceCat:
requestMemory: 8000
consolidateFullDiaObjectTable:
requestMemory: 12000
consolidateForcedSourceOnDiaObjectTable:
Expand All @@ -59,11 +65,15 @@ pipetask:
detection:
requestMemory: 8000

# step8 tasks
# step8 tasks - sasquatch
analyzeObjectTableCore:
requestMemory: 8192
requestMemory: 16000
analyzeMatchedVisitCore:
requestMemory: 8192
analyzeMatchedPreVisitCore:
requestMemory: 8192
diff_matched_analysis:
requestMemory: 32000

# faro tasks
matchCatalogsPatch:
Expand All @@ -76,6 +86,12 @@ pipetask:
requestMemory: 46000
TE2:
requestMemory: 46000
TE3:
requestMemory: 16000
TE4:
requestMemory: 16000
nsrcMeasVisit:
requestMemory: 16000
wPerp:
requestMemory: 120000
matchCatalogsTractMag17to21p5:
Expand Down
20 changes: 19 additions & 1 deletion bps/resources/LSSTCam-imSim/DRP-test-med-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ pipetask:
requestMemory: 8192
consolidateObjectTable:
requestMemory: 16384
getTemplate:
requestMemory: 8000
subtractImages:
requestMemory: 8000
detectAndMeasureDiaSources:
requestMemory: 8000
transformDiaSourceCat:
requestMemory: 8000
# faro tasks
matchCatalogsPatch:
requestMemory: 4096
Expand All @@ -42,6 +50,12 @@ pipetask:
requestMemory: 50000
TE2:
requestMemory: 50000
TE3:
requestMemory: 16000
TE4:
requestMemory: 16000
nsrcMeasVisit:
requestMemory: 16000
matchCatalogsTractMag17to21p5:
requestMemory: 66000
matchCatalogsTractStarsSNR5to80:
Expand All @@ -54,6 +68,10 @@ pipetask:
requestMemory: 120000
# step8 tasks
analyzeObjectTableCore:
requestMemory: 8192
requestMemory: 16000
analyzeMatchedVisitCore:
requestMemory: 8192
analyzeMatchedPreVisitCore:
requestMemory: 8192
diff_matched_analysis:
requestMemory: 32000
Loading