Skip to content

Commit

Permalink
fix: hotfix bump up relayer memory
Browse files Browse the repository at this point in the history
  • Loading branch information
preethamr committed May 20, 2024
1 parent 9b1b487 commit f1c6a0f
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 f1c6a0f

Please sign in to comment.