Skip to content

Commit

Permalink
Merge pull request #6210 from connext/fix/bump_up_relayer_mem
Browse files Browse the repository at this point in the history
fix: hotfix bump up relayer memory
  • Loading branch information
preethamr authored May 20, 2024
2 parents 9b1b487 + f1c6a0f commit e3e0b85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ops/mainnet/prod/core/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -452,8 +452,8 @@ module "relayer" {
health_check_path = "/ping"
container_port = 8080
loadbalancer_port = 80
cpu = 1024
memory = 4096
cpu = 4096
memory = 8192
instance_count = 1
timeout = 180
internal_lb = false
Expand Down

0 comments on commit e3e0b85

Please sign in to comment.