Skip to content

Commit

Permalink
chore: bump up the container memory and cpu temporarily to handle lar…
Browse files Browse the repository at this point in the history
…ge volume of requests (#3623)
  • Loading branch information
as1729 authored Oct 10, 2024
1 parent 12ed230 commit 13b7c9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terraform/modules/gost_api/task.tf
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,9 @@ resource "aws_ecs_task_definition" "default" {
requires_compatibilities = ["FARGATE"]

# Valid configurations here:
# https://docs.aws.amazon.com/AmazonECS/latest/developerguide/AWS_Fargate.html#fargate-tasks-size
cpu = 256
memory = 512
# https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html#task_size
cpu = 512
memory = 2048

runtime_platform {
operating_system_family = "LINUX"
Expand Down

0 comments on commit 13b7c9d

Please sign in to comment.