Skip to content

Commit

Permalink
Merge pull request #6179 from pvisweswar/SAAS-15129/downsize_pgshard2…
Browse files Browse the repository at this point in the history
…_and_pgshard3_in_production

Downsize pgshard2_and_pgshard3 to db.m5.xlarge
  • Loading branch information
AmitPhulera authored Nov 29, 2023
2 parents 620830c + b78c793 commit 890724f
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 @@ -452,7 +452,7 @@ rds_instances:
max_connections: "LEAST({DBInstanceClassMemory/9531392},5000)"

- identifier: "pgshard2-production"
instance_type: "db.m5.2xlarge"
instance_type: "db.m5.xlarge"
storage: 750
max_storage: 2500
storage_type: gp3
Expand All @@ -467,7 +467,7 @@ rds_instances:
max_connections: "LEAST({DBInstanceClassMemory/9531392},5000)"

- identifier: "pgshard3-production"
instance_type: "db.m5.2xlarge"
instance_type: "db.m5.xlarge"
storage: 750
max_storage: 2500
storage_type: gp3
Expand Down

0 comments on commit 890724f

Please sign in to comment.