Skip to content

Commit

Permalink
Temporarily increase memory for our big migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
mboren committed Aug 16, 2023
1 parent ae01124 commit 298dcc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ecs-run-app-migrations-container
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ readonly image=$1
readonly environment=$2

readonly RESERVATION_CPU=256
readonly RESERVATION_MEM=512
#readonly RESERVATION_MEM=512
# comment out above and uncomment below to fix out of memory errors.
#readonly RESERVATION_MEM=2048
readonly RESERVATION_MEM=2048

readonly log_prefix="${name}"
readonly container_name="${name}-${environment}"
Expand Down

0 comments on commit 298dcc5

Please sign in to comment.