Skip to content
This repository was archived by the owner on Aug 9, 2023. It is now read-only.

Commit 7cc7978

Browse files
committed
increase mem for bcftools mpileup
1 parent 859042d commit 7cc7978

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/templates/step-functions/sfn-workflow-example-mapping.template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ Resources:
188188
"JobQueue.$": "$.params.queue",
189189
"ContainerOverrides": {
190190
"Vcpus": 2,
191-
"Memory": 1024,
191+
"Memory": 2048,
192192
"Environment": [
193193
{"Name": "JOB_WORKFLOW_NAME", "Value.$": "$.workflow.name"},
194194
{"Name": "JOB_WORKFLOW_EXECUTION", "Value.$": "$.workflow.execution"},

src/templates/step-functions/sfn-workflow-example.template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Resources:
172172
"JobQueue.$": "$.params.queue",
173173
"ContainerOverrides": {
174174
"Vcpus": 2,
175-
"Memory": 1024,
175+
"Memory": 2048,
176176
"Environment": [
177177
{"Name": "JOB_WORKFLOW_NAME", "Value.$": "$.workflow.name"},
178178
{"Name": "JOB_WORKFLOW_EXECUTION", "Value.$": "$.workflow.execution"},

0 commit comments

Comments
 (0)