Skip to content

Commit

Permalink
Merge pull request #6432 from pvisweswar/SAAS-16173/downsize_mobilewe…
Browse files Browse the repository at this point in the history
…bworkers_to_m6a.4xlarge

Downsize mobile web workers
  • Loading branch information
AmitPhulera authored Nov 6, 2024
2 parents 758424c + 757b2c6 commit 30fdb3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions environments/production/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ servers:
server_auto_recovery: true

- server_name: "web_m_a2{i}-production"
server_instance_type: c6a.8xlarge
server_instance_type: m6a.4xlarge
network_tier: "app-private"
az: "a"
volume_size: 40
Expand All @@ -77,7 +77,7 @@ servers:
server_auto_recovery: true

- server_name: "web_m_b2{i}-production"
server_instance_type: c6a.8xlarge
server_instance_type: m6a.4xlarge
network_tier: "app-private"
az: "b"
volume_size: 40
Expand Down

0 comments on commit 30fdb3a

Please sign in to comment.