Skip to content

Commit

Permalink
Move memory override to task level
Browse files Browse the repository at this point in the history
  • Loading branch information
briantschu authored Dec 16, 2020
1 parent 6bbdb25 commit 5088c80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/start-stage-migration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ overrides="$(
{
"name": "drush",
"command": ["/bin/sh", "-ec", $script],
"memory": 8192
}
]
],
"memory": "8192"
}
'
)"
Expand Down

0 comments on commit 5088c80

Please sign in to comment.