Skip to content

Commit

Permalink
Merge pull request #6461 from dimagi/gh/india/increase-proxy-memory
Browse files Browse the repository at this point in the history
[India] Increase memory on proxy machines
  • Loading branch information
gherceg authored Jan 15, 2025
2 parents c9a7003 + fc53ccc commit 9efd798
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions environments/india/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ servers:

proxy_servers:
- server_name: "proxy_a1-india"
server_instance_type: "t3a.medium"
server_instance_type: "t3a.large"
network_tier: "app-private"
az: "a"
volume_size: 80
Expand All @@ -319,7 +319,7 @@ proxy_servers:
os: jammy

- server_name: "proxy_b1-india"
server_instance_type: "t3a.medium"
server_instance_type: "t3a.large"
network_tier: "app-private"
az: "b"
volume_size: 80
Expand Down

0 comments on commit 9efd798

Please sign in to comment.