Skip to content

Commit

Permalink
Merge pull request #481 from qld-gov-au/QOLSVC-5162-solr-memory
Browse files Browse the repository at this point in the history
[QOLSVC-5162] increase Solr instance sizes
  • Loading branch information
ThrawnCA authored Mar 11, 2024
2 parents 759765e + 84978cb commit 4fee003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vars/instances-OpenData.var.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cloudformation_stacks:
template_parameters:
<<: *common_stack_template_parameters
Environment: PROD
SolrEC2Size: t3a.small
SolrEC2Size: t3a.medium
WebEC2Size: t3a.medium
BatchEC2Size: t3a.medium
WebEC2Count: 5 #We have been running on 2 auto and 3 manually created instances, time to make it IasC
Expand All @@ -40,7 +40,7 @@ cloudformation_stacks:
<<: *common_stack_template_parameters
Environment: STAGING
WebEC2Count: 2
SolrEC2Size: t3a.small
SolrEC2Size: t3a.medium
WebEC2Size: t3a.medium
BatchEC2Size: t3a.medium
tags:
Expand Down

0 comments on commit 4fee003

Please sign in to comment.